Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 611 Bytes

README.MD

File metadata and controls

22 lines (20 loc) · 611 Bytes

Project Description

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.

Installation and Usage

Clone the Repository

git clone https://github.com/jorgik1/youtuber_ai_chatbot.git
cd youtuber_ai_chatbot

Install Required Libraries

pip install -r requirements.txt

API keys

Make sure you have .env file with API keys: HUGGINGFACEHUB_API_TOKEN= OPENAI_API_KEY=

Run the Chatbot

streamlit run main.py