File size: 850 Bytes
6a87b79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
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