Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.06 KB

README.md

File metadata and controls

15 lines (13 loc) · 1.06 KB

DocBot - Talk with your Documents!! 🦜

1694155695695

A Document based ChatBot

  • This project is focussed on those people who have huge amount of Files which are not easy to read quickly.
  • You can just upload your documents (Supported formats - .pdf, .xslx, .csv, .docx) and enter your OPENAI API key
  • If you don't have OPENAI key, then check the sidebar of the website, there the steps are mentioned to get OPENAI API key
  • And then wait for it to get successfully uploaded.
  • Once uploaded, Ask questions based on your files and let us do the rest 😌

Tech Stack

  • Python - Python is a popular general-purpose programming language. It is used in machine learning, web development, desktop applications, and many other fields.
  • LangChain - It is a framework for developing applications powered by language models.
  • Streamlit - Turns data scripts into shareable web apps in minutes, All in pure Python.
  • OpenAI API - Helps us to integrate OpenAI models into our applications.