Spaces:
Running
Running
title: GenAI Content Studio | |
emoji: 🎨 | |
colorFrom: blue | |
colorTo: purple | |
sdk: gradio | |
sdk_version: 5.25.0 | |
app_file: app.py | |
pinned: false | |
# GenAI Content Studio | |
A free and open-source AI content generation studio with multiple features: | |
- Text Generation | |
- Text Summarization | |
- Image Generation | |
- Audio Generation | |
- Code Generation | |
## Features | |
- **Text Generation**: Generate creative text using OPT-350M | |
- **Text Summarization**: Summarize long texts using BART | |
- **Image Generation**: Create images from text prompts using Stable Diffusion | |
- **Audio Generation**: Convert text to speech using MMS-TTS | |
- **Code Generation**: Generate Python code using CodeGPT | |
## Setup | |
1. Clone the repository | |
2. Install dependencies: | |
```bash | |
pip install -r requirements.txt | |
``` | |
3. Run the application: | |
```bash | |
python app.py | |
``` | |
## License | |
MIT License |