Andrew Lai
commited on
Commit
·
cbb796d
1
Parent(s):
c4a4b8e
readme
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🐨
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
@@ -8,4 +8,12 @@ pinned: false
|
|
8 |
license: apache-2.0
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Proj2 Rag for Movies
|
3 |
emoji: 🐨
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
|
|
8 |
license: apache-2.0
|
9 |
---
|
10 |
|
11 |
+
This project gets data from IMDB and creates a RAG chat bot to answer questions from this dataset. It will only answer questions regarding to the movies dataset and will not answer questions not related to the source dataset. Citations will be given to show where it got the data from.
|
12 |
+
|
13 |
+
* app.py - python code for model and handling UI from chain lit
|
14 |
+
* data.csv - csv source for imdb dataset
|
15 |
+
* Dockerfile - setup file to run app
|
16 |
+
* key.env - file containing all authtokens needed, must be filled in as it's left blank
|
17 |
+
* pre-requirements.txt - python version
|
18 |
+
* requirements.txt - all packages that need to be installed
|
19 |
+
|