Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marceloxp/reranking-pdf-streamlit-app
ReRanking PDF Streamlit App using Open Source Models and Flash Rank library. This is helpful to solve Lost in the Middle issue of LLMs.
https://github.com/marceloxp/reranking-pdf-streamlit-app
Last synced: 5 days ago
JSON representation
ReRanking PDF Streamlit App using Open Source Models and Flash Rank library. This is helpful to solve Lost in the Middle issue of LLMs.
- Host: GitHub
- URL: https://github.com/marceloxp/reranking-pdf-streamlit-app
- Owner: marceloxp
- License: mit
- Created: 2023-12-18T13:58:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-18T14:40:24.000Z (11 months ago)
- Last Synced: 2023-12-27T14:20:17.331Z (11 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReRanking-Pdf-Streamlit-App
ReRanking PDF Streamlit App using Open Source Models and Flash Rank library. This is helpful to solve Lost in the Middle issue of LLMs.
## About
- 🚀 This application is an adaptation based on the initial work of [AI Anytime](https://github.com/AIAnytime)
- This project was built from the ideas presented in original source code. I appreciate [AI Anytime](https://github.com/AIAnytime) for making their work available as a source of inspiration.
- 🔗 [This Project](https://github.com/marceloxp/ReRanking-Pdf-Streamlit-App)
- 🔗 [AI Anytime Original Project](https://github.com/AIAnytime/ReRanking-Streamlit-App)
- 🎞️ [Original YouTube Video](https://www.youtube.com/watch?v=fUIeMuRtQr8)## Install and Run
```sh
python3 -m venv rerankpdf
source rerankpdf/bin/activate
pip install -r requirements.txt
streamlit run app.py
```