abascal/chat_with_data_app
1
Chat with data app
 
Chatbot app to chat with any source of data (doc, URL, audio, ...) leveraging LLMs and LangChain. Current version has the following feautures:
- LLMs: OpenAI GPT-3.5. It requires providing openai APY_KEY
- Data source: pdf, URL, youtube

This app has been inspired on DeepLearning AI course LangChain:Chat with your data
Installation and execution
Install in a python environment:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd src/
python run_chat_to_your_data_inputs_ui.pyTalking ChatBot
Converse to any source of data while doing any activity (walking on the treadmill, cooking, cleaning, ...) - a tutorial on leveraging OpenAI's GPT and Whisper models.
Check the tutorial in Medium Talking ChatBot
