/knowledgegpt-webapp

A basic web interface for your personal Q&A bot with documents, based on KnowledgeGPT

Primary LanguagePython

Basic WebAPP for KnowledgeGPT

How to install

pip install knowledgegpt
python -m spacy download en_core_web_sm
pip install streamlit

How to run

First place your openai api key in the config file

streamlit run main.py

How to use

Just select a file and ask questions about it.