Mistrymm7 / knowledge_gpt

Accurate answers and instant citations for your documents.

Home Page:https://knowledgegpt.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📖KnowledgeGPT

Accurate answers and instant citations for your documents.

🔧 Features

  • Upload documents 📁(PDF, DOCX, TXT) and answer questions about them.
  • Cite sources📚 for the answers, with excerpts from the text.

💻 Running Locally

  1. Clone the repository📂
git clone https://github.com/mmz-001/knowledge_gpt
cd knowledge_gpt
  1. Install dependencies with Poetry and activate virtual environment🔨
poetry install
poetry shell
  1. Run the Streamlit server🚀
cd knowledge_gpt
streamlit run main.py

🚀 Upcoming Features

  • Add support for more formats (e.g. webpages 🕸️, PPTX 📊, etc.)
  • Highlight relevant phrases in citations 🔦
  • Support scanned documents with OCR 📝
  • More customization options (e.g. chain type 🔗, chunk size📏, etc.)

About

Accurate answers and instant citations for your documents.

https://knowledgegpt.streamlit.app/

License:MIT License


Languages

Language:Python 100.0%