Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -29,20 +29,9 @@ license: apache-2.0
|
|
29 |
3. **Text-to-Speech**: The generated story is converted into an audio file using a text-to-speech library.
|
30 |
4. **Output**: The app returns the audio file, which can be played directly in the interface.
|
31 |
|
32 |
-
## Demo
|
33 |
|
34 |
-
You can try the app live on Hugging Face Spaces:
|
35 |
-
[](https://huggingface.co/spaces/MoJaff/Mustalhim_AI)
|
36 |
|
37 |
-
---
|
38 |
-
|
39 |
-
## Files
|
40 |
|
41 |
-
- `app.py`: The main application script that defines the Gradio interface and integrates the image captioning, story generation, and text-to-speech functionalities.
|
42 |
-
- `requirements.txt`: Lists the Python dependencies required for the project.
|
43 |
-
- `Dockerfile`: Defines the environment for deploying the app on Hugging Face Spaces.
|
44 |
-
|
45 |
-
---
|
46 |
|
47 |
## Requirements
|
48 |
|
@@ -66,30 +55,7 @@ You can try the app live on Hugging Face Spaces:
|
|
66 |
|
67 |
---
|
68 |
|
69 |
-
## Screenshots
|
70 |
-
|
71 |
-

|
72 |
-
*Example of the Mustalhim interface.*
|
73 |
-
|
74 |
-
---
|
75 |
-
|
76 |
-
## Contributing
|
77 |
|
78 |
-
Contributions are welcome! If you'd like to improve this project, please follow these steps:
|
79 |
-
|
80 |
-
1. Fork the repository.
|
81 |
-
2. Create a new branch (`git checkout -b feature/YourFeature`).
|
82 |
-
3. Commit your changes (`git commit -m 'Add some feature'`).
|
83 |
-
4. Push to the branch (`git push origin feature/YourFeature`).
|
84 |
-
5. Open a pull request.
|
85 |
-
|
86 |
-
---
|
87 |
-
|
88 |
-
## License
|
89 |
-
|
90 |
-
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|
91 |
-
|
92 |
-
---
|
93 |
|
94 |
## Acknowledgments
|
95 |
|
@@ -98,6 +64,7 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
|
|
98 |
- [Salesforce](https://salesforce.com) for the `blip-image-captioning-large` model.
|
99 |
- [ALLaM-AI](https://huggingface.co/ALLaM-AI) for the `ALLaM-7B-Instruct-preview` model.
|
100 |
|
|
|
101 |
---
|
102 |
|
103 |
## About the Name
|
@@ -110,7 +77,6 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
|
|
110 |
|
111 |
For questions or feedback, feel free to reach out:
|
112 |
- **Name**: Mohammad Alkhatim
|
113 |
-
- **Email**: your-email@example.com
|
114 |
- **GitHub**: [MoJaff](https://github.com/MoJaff)
|
115 |
- **LinkedIn**: [Mohammad Alkhatim](https://www.linkedin.com/in/mohammad-alkhatim-9b1770266/)
|
116 |
- **Hugging Face**: [MoJaff](https://huggingface.co/MoJaff)
|
|
|
29 |
3. **Text-to-Speech**: The generated story is converted into an audio file using a text-to-speech library.
|
30 |
4. **Output**: The app returns the audio file, which can be played directly in the interface.
|
31 |
|
|
|
32 |
|
|
|
|
|
33 |
|
|
|
|
|
|
|
34 |
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
## Requirements
|
37 |
|
|
|
55 |
|
56 |
---
|
57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
## Acknowledgments
|
61 |
|
|
|
64 |
- [Salesforce](https://salesforce.com) for the `blip-image-captioning-large` model.
|
65 |
- [ALLaM-AI](https://huggingface.co/ALLaM-AI) for the `ALLaM-7B-Instruct-preview` model.
|
66 |
|
67 |
+
|
68 |
---
|
69 |
|
70 |
## About the Name
|
|
|
77 |
|
78 |
For questions or feedback, feel free to reach out:
|
79 |
- **Name**: Mohammad Alkhatim
|
|
|
80 |
- **GitHub**: [MoJaff](https://github.com/MoJaff)
|
81 |
- **LinkedIn**: [Mohammad Alkhatim](https://www.linkedin.com/in/mohammad-alkhatim-9b1770266/)
|
82 |
- **Hugging Face**: [MoJaff](https://huggingface.co/MoJaff)
|