| license: apache-2.0 | |
| An AI powered chatbot based on the quantized llama2 model for answering your questions related to astronomy and astrophysics. | |
| To add data (pdfs): | |
| -> create a folder "Files" -> add pdfs to "Files" | |
| To chat with the bot: | |
| -> clone the repo | |
| -> pip install -r "requirements.txt" | |
| -> python load.py | |
| -> chainlit run model.py (Add a -w flag for updates) |