This repo provides a simple GUI application for using the Qwen2-VL-7B-Captioner-Relaxed model for image captioning. It is
Clone the repository:
git clone https://github.com/ertugrul-dmr/qwen2vl-captioner-gui.git
cd qwen2vl-captioner-gui
Install the required packages:
python3 -m venv venv
source venv/bin/activate
pip3 install torch
pip3 install -r requirements.txt
python -m venv venv
.\venv\Scripts\activate
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
pip install -r requirements.txt
Run the app.py script:
python app.py
Open your web browser and go to http://localhost:7860 to access the Gradio interface.
This project is licensed under the MIT License. See the LICENSE file for details.
9 commits
Python
100.0%
This repo provides a simple GUI application for using the Qwen2-VL-7B-Captioner-Relaxed model for image captioning. It is
Clone the repository:
git clone https://github.com/ertugrul-dmr/qwen2vl-captioner-gui.git
cd qwen2vl-captioner-gui
Install the required packages:
python3 -m venv venv
source venv/bin/activate
pip3 install torch
pip3 install -r requirements.txt
python -m venv venv
.\venv\Scripts\activate
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
pip install -r requirements.txt
Run the app.py script:
python app.py
Open your web browser and go to http://localhost:7860 to access the Gradio interface.
This project is licensed under the MIT License. See the LICENSE file for details.
9 commits
Python
100.0%