Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 316 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 316 Bytes

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.