Andrew Lai
commited on
Commit
·
accaa4c
1
Parent(s):
cbb796d
readme
Browse files
README.md
CHANGED
@@ -17,3 +17,13 @@ This project gets data from IMDB and creates a RAG chat bot to answer questions
|
|
17 |
* pre-requirements.txt - python version
|
18 |
* requirements.txt - all packages that need to be installed
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
* pre-requirements.txt - python version
|
18 |
* requirements.txt - all packages that need to be installed
|
19 |
|
20 |
+
Once you fill out key.env with your auth tokens from Hugging Face, OpenAI and NgRok you can run
|
21 |
+
|
22 |
+
!pip install pre-requirements.txt
|
23 |
+
!pip install requirements.txt
|
24 |
+
!chainlit run app.py --port 7862 &>/content/logs.txt & or the Dickerfile
|
25 |
+
|
26 |
+
|
27 |
+
The app will run on port 7682 and a free link to ngrok will be given and can be used to start the chatbot
|
28 |
+
|
29 |
+
Ask only questions regarding the movies dataset.
|