CoolFace
Apppublic

abascal/chat_with_data_app

sourceHugging Facemitupdated 3y agoView on Hugging Face
1likes
App README

Chat with data app

![Open in Spaces](https://replit.com/@jabascal1/ytube-download?v=1) ![Open tutorial in Colab](https://colab.research.google.com/github/jabascal/chatwithdataapp/blob/main/notebook/chattoyourdata_medium.ipynb)

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.py

Talking 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