An open API service indexing awesome lists of open source software.

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

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
```