A Streamlit web app that uses OpenAI's GPT model to generate YouTube video content — including Title, Description, and Script based on user input such as topic, audience, tone, and language.
- Generate engaging video titles
- Create informative video descriptions
- Automatically write full YouTube scripts
- Supports multiple tones and languages
- Built with
Streamlit, powered byOpenAI GPT-3.5/4
scriptly
- app.py -> Streamlit frontend
- generator.py -> AI logic & API interaction
- .env.example - Template for your OpenAI API key