Skip to content

Chatbot app to chat with any source of data (doc, url, ...) leveraging LLMs, LangChain, and Gradio.

License

Notifications You must be signed in to change notification settings

aslansd/Chat-with-any-Data-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title colorFrom colorTo sdk sdk_version app_file pinned license
Chat with any Data App
red
pink
gradio
3.39.0
app.py
false
MIT

Chat with any data app

Chatbot app to chat with any source of data (doc, url, ...) leveraging LLMs, LangChain, and Gradio. Current version has the following features:

  • LLM: Llama2
  • Data source: "folder", "csv", "doc", "docx", "epub", "html", "md", "pdf", "ppt", "pptx", "txt", "ipynb", "py", and "url".

This app has been inspired by a few DeepLearning AI courses about LangChain.

Installation and execution

You should have already installed Ollama in your computer. Then, install this app in a python environment:

    conda create --name chat-with-any-data-app python=3.11 --yes
    conda activate chat-with-any-data-app
    cd chat_with_any_data_app-main
    pip install -r requirements.txt
    python app.py

About

Chatbot app to chat with any source of data (doc, url, ...) leveraging LLMs, LangChain, and Gradio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages