rahulhans's picture
Upload 15 files
a26e606 verified
|
raw
history blame
850 Bytes

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:
pip install -r requirements.txt
  1. Run the application:
python app.py

Deployment

This application is deployed on Hugging Face Spaces: [Link to be added after deployment]

License

MIT License