Spaces:
Runtime error
Runtime error
Commit
Β·
c04f871
1
Parent(s):
d41765c
Update chainlit.md
Browse files- chainlit.md +4 -22
chainlit.md
CHANGED
|
@@ -4,7 +4,8 @@ A system for querying both Barbie and Oppenheimer movie reviews using LlamaIndex
|
|
| 4 |
|
| 5 |
## Overview
|
| 6 |
|
| 7 |
-
This repository houses the implementation of a RAQA system that allows querying reviews of movies from the Barbie and Oppenheimer series.
|
|
|
|
| 8 |
|
| 9 |
## Features
|
| 10 |
|
|
@@ -12,24 +13,5 @@ This repository houses the implementation of a RAQA system that allows querying
|
|
| 12 |
- Real-time response using asynchronous programming
|
| 13 |
- Incorporates advanced NLP techniques for more contextual results
|
| 14 |
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
- Python
|
| 18 |
-
- LlamaIndex
|
| 19 |
-
- Asynchronous Programming
|
| 20 |
-
- Natural Language Processing
|
| 21 |
-
|
| 22 |
-
## Figures
|
| 23 |
-
|
| 24 |
-
### Barbie Movie Figure
|
| 25 |
-
<img src="barbie.png" width="400">
|
| 26 |
-
|
| 27 |
-
### Oppenheimer Movie Figure
|
| 28 |
-
<img src="oppenheimer.png" width="400">
|
| 29 |
-
|
| 30 |
-
## License
|
| 31 |
-
|
| 32 |
-
Apache 2.0
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
|
|
|
| 4 |
|
| 5 |
## Overview
|
| 6 |
|
| 7 |
+
This repository houses the implementation of a RAQA system that allows querying reviews of movies from the Barbie and Oppenheimer series.
|
| 8 |
+
The project is built using advanced natural language processing algorithms and leverages the capabilities of LlamaIndex for efficient and accurate retrieval.
|
| 9 |
|
| 10 |
## Features
|
| 11 |
|
|
|
|
| 13 |
- Real-time response using asynchronous programming
|
| 14 |
- Incorporates advanced NLP techniques for more contextual results
|
| 15 |
|
| 16 |
+
<img src="barbie.png" width="400" />
|
| 17 |
+
<img src="oppenheimer.png" width="400" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|