https://github.com/athrael-soju/colpali1.3-colqwen2.5-v0.1
https://github.com/athrael-soju/colpali1.3-colqwen2.5-v0.1
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/athrael-soju/colpali1.3-colqwen2.5-v0.1
- Owner: athrael-soju
- License: apache-2.0
- Created: 2025-02-27T00:59:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T02:51:03.000Z (8 months ago)
- Last Synced: 2025-02-27T03:43:04.716Z (8 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Colqwen 2.5 with Streamlit
## Installation
Activate your virtual environment. If you don't have one, you can create one by running the following command:
```bash
python -m venv venv
```Then, activate the virtual environment by running the following command:
```bash
source venv/bin/activate
```or for Windows:
```bash
.venv\Scripts\activate
```You can deactivate the virtual environment by running the following command:
```bash
deactivate
```To install the required packages, run the following command:
```bash
pip install -r requirements.txt
pip install git+https://github.com/illuin-tech/colpali
```## Usage
To run the Streamlit app, run the following command:
```bash
streamlit run main.py
```