Skip to content

Create a short intro for a YouTube video script. Uses OpenAI LLM to create the text with Node and Express as the tech stack.

Notifications You must be signed in to change notification settings

thatrajeevkr/YTIntroGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

YTIntroGen

A simple web app that generates catchy YouTube intros based on a provided video script. It uses OpenAI's API for creating engaging and professional-quality introductions.


Tech Stack

Frontend

  • React, CSS

Backend

  • Node.js, Express: For backend development and framework for handling API requests.
  • openai-api
  • dotenv: For managing environment variables.
  • cors: For handling cross-origin requests.

Steps to Run Locally

  1. Clone the repo
git clone https://github.com/thatrajeevkr/YTIntroGen.git
cd YTIntroGen
  1. Install dependencies
cd backend
npm install express dotenv openai-api cors
cd ../frontend
npm install react react-dom web-vitals

  1. Setup env variables
OPENAI_API_KEY=your-openai-api-key
  1. Start Everything
cd backend
npm start
cd ../frontend
npm start

About

Create a short intro for a YouTube video script. Uses OpenAI LLM to create the text with Node and Express as the tech stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •