Activate your virtual environment. If you don't have one, you can create one by running the following command:
python -m venv venv
Then, activate the virtual environment by running the following command:
source venv/bin/activate
or for Windows:
.venv\Scripts\activate
You can deactivate the virtual environment by running the following command:
deactivate
To install the required packages, run the following command:
pip install -r requirements.txt
pip install git+https://github.com/illuin-tech/colpali
To run the Streamlit app, run the following command:
streamlit run main.py
7 commits
Python
100.0%
Activate your virtual environment. If you don't have one, you can create one by running the following command:
python -m venv venv
Then, activate the virtual environment by running the following command:
source venv/bin/activate
or for Windows:
.venv\Scripts\activate
You can deactivate the virtual environment by running the following command:
deactivate
To install the required packages, run the following command:
pip install -r requirements.txt
pip install git+https://github.com/illuin-tech/colpali
To run the Streamlit app, run the following command:
streamlit run main.py
7 commits
Python
100.0%