Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,8 @@ This project showcases an end-to-end pipeline that transforms an image into an a
|
|
17 |
|
18 |
## π Overview
|
19 |
|
20 |
-
The goal of this project is to leverage AI capabilities to convert an uploaded image into an audio story.
|
|
|
21 |
|
22 |
## π Features
|
23 |
|
@@ -55,9 +56,11 @@ To use this application:
|
|
55 |
|
56 |
## π Credits
|
57 |
|
58 |
-
This project was created with love by @Aditya-Neural-Net-Ninja.
|
|
|
|
|
59 |
|
60 |
|
61 |
-
**Note:** Please ensure you have the required API keys and tokens for
|
62 |
|
63 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
17 |
|
18 |
## π Overview
|
19 |
|
20 |
+
The goal of this project is to leverage AI capabilities to convert an uploaded image into an audio story.
|
21 |
+
It uses a combination of image captioning, text generation, and text-to-speech models.
|
22 |
|
23 |
## π Features
|
24 |
|
|
|
56 |
|
57 |
## π Credits
|
58 |
|
59 |
+
This project was created with love by @Aditya-Neural-Net-Ninja.
|
60 |
+
It makes use of cutting-edge AI models for image analysis, natural language processing, and text-to-speech conversion.
|
61 |
+
Special thanks to Streamlit and Hugging Face for their incredible platforms.
|
62 |
|
63 |
|
64 |
+
**Note:** Please ensure you have the required API keys and tokens for TOGETHER AI and Hugging Face to run this application successfully.
|
65 |
|
66 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|