Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
An AI powered chatbot based on the quantized llama2 model for answering your questions related to astronomy and astrophysics.
|
| 5 |
+
|
| 6 |
+
To add data (pdfs):
|
| 7 |
+
-> create a folder "Files" -> add pdfs to "Files"
|
| 8 |
+
|
| 9 |
+
To chat with the bot:
|
| 10 |
+
-> clone the repo
|
| 11 |
+
-> pip install -r "requirements.txt"
|
| 12 |
+
-> python load.py
|
| 13 |
+
-> chainlit run model.py (Add a -w flag for updates)
|