README.md updated
Browse files
README.md
CHANGED
@@ -1,4 +1,17 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
This is a web application that generates complete blog posts, including titles, content, cover images, and summaries based on user input. The app is built using Gradio and is designed to be deployed on Hugging Face Spaces.
|
4 |
|
@@ -35,10 +48,21 @@ To run the app locally:
|
|
35 |
|
36 |
Note: Running multiple large language models and Stable Diffusion locally requires significant computational resources. A GPU is strongly recommended for reasonable performance.
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
## Contributing
|
39 |
|
40 |
-
Feel free to open issues or submit pull requests to improve the application.
|
41 |
|
42 |
## License
|
43 |
|
44 |
-
This project is open source and available under the
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: AI Blog Post Generator
|
3 |
+
emoji: 📝
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.23.0
|
8 |
+
python_version: 3.10
|
9 |
+
app_file: app.py
|
10 |
+
pinned: false
|
11 |
+
license: mit
|
12 |
+
---
|
13 |
+
|
14 |
+
# AI Blog Post Generator
|
15 |
|
16 |
This is a web application that generates complete blog posts, including titles, content, cover images, and summaries based on user input. The app is built using Gradio and is designed to be deployed on Hugging Face Spaces.
|
17 |
|
|
|
48 |
|
49 |
Note: Running multiple large language models and Stable Diffusion locally requires significant computational resources. A GPU is strongly recommended for reasonable performance.
|
50 |
|
51 |
+
## Usage
|
52 |
+
|
53 |
+
1. Enter a topic or idea for your blog post in the input text box
|
54 |
+
2. Click the "Submit" button
|
55 |
+
3. Wait for the models to generate the title, article, cover image, and summary
|
56 |
+
4. Review the generated content and use as desired
|
57 |
+
|
58 |
## Contributing
|
59 |
|
60 |
+
Feel free to open issues or submit pull requests to improve the application. We welcome contributions of all kinds, including bug fixes, feature additions, and documentation improvements.
|
61 |
|
62 |
## License
|
63 |
|
64 |
+
This project is open source and available under the MIT License.
|
65 |
+
|
66 |
+
---
|
67 |
+
|
68 |
+
For more information on Hugging Face Spaces configuration, please refer to the [Spaces Configuration Reference](https://huggingface.co/docs/hub/spaces-config-reference).
|