Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 646 Bytes

File metadata and controls

23 lines (14 loc) · 646 Bytes

Scriptly

YouTube Content Generator

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.

Features

  • Generate engaging video titles
  • Create informative video descriptions
  • Automatically write full YouTube scripts
  • Supports multiple tones and languages
  • Built with Streamlit, powered by OpenAI GPT-3.5/4

Project Structure

scriptly

  • app.py -> Streamlit frontend
  • generator.py -> AI logic & API interaction
  • .env.example - Template for your OpenAI API key