This is a Youtube content created with the help of langchain and OpenAi Api

Interface

Clone the repository

git clone https://github.com/ongraphpythondev/langchain_youtube_content_generator.git

Create python environment

python -m venv venv

Activate environment

Linux

source venv\bin\activate

windows

venv\Script\activate

Add Your OpenAI Api key in key.py file

OPEN_AI_API= "YOUR API KEY"

Run the Steamlit app

streamlit run app.py