boldhasnain commited on
Commit
8c4595b
·
verified ·
1 Parent(s): 4e20cdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -19
README.md CHANGED
@@ -1,19 +0,0 @@
1
- # Multi-modal RAG based LLM for Information Retrieval
2
-
3
- In this project we have set up a RAG system with the following features:
4
- <ol>
5
- <li>Custom PDF input</li>
6
- <li>Multi-modal interface with support for images & text</li>
7
- <li>Feedback recording and reusage</li>
8
- <li>Usage of Agents for Context Retrieval</li>
9
- </ol>
10
-
11
- The project primarily runs on Streamlit<br>
12
- Here is the [Docker Image](https://hub.docker.com/repository/docker/pranavrao25/ragimage/general)<br>
13
-
14
- Procedure to run the pipeline:
15
- 1. Clone the project
16
- 2. If you want to run the docker image, then run ```docker_rag.sh``` file as ```/bin/zsh ./docker_rag.sh```
17
- 3. Else if you want to run directly using streamlit, then:
18
- 1. Install the requirements through ```pip -r requirements.txt```
19
- 2. Run the ```streamlit_rag.sh``` file as ```/bin/zsh ./streamlit_rag.sh```