This is a YouTube chatbot that uses OpenAI's GPT-3 language model to generate conversational responses. The chatbot is trained on the transcripts of a YouTuber's videos and can provide conversational responses to user's queries.
git clone https://github.com/jorgik1/youtuber_ai_chatbot.git
cd youtuber_ai_chatbot
pip install -r requirements.txt
Make sure you have .env file with API keys: HUGGINGFACEHUB_API_TOKEN= OPENAI_API_KEY=
streamlit run main.py