| title | Chat With Data App |
|---|---|
| emoji | 📉 |
| colorFrom | red |
| colorTo | pink |
| sdk | gradio |
| sdk_version | 3.40.1 |
| app_file | app.py |
| pinned | false |
| license | mit |
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
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.py
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
