You can tag image in your computer by Ollama
-
Download Ollama from the official Website;
-
Open Powershell, use
ollama pullto download LLM, example:ollama pull llava -
Start Ollama server (Usually you can ignore this step)
ollama serve
-
Open Powershell and navigate to the directory where you want to clone the repository;
-
Clone the repository:
git clone https://github.com/zuco1111/TagTool-With-Ollama.git -
Double-click
setup_win.batto install dependencies; -
Edit
run_win.ps1,IMAGE_DIRECTORYandMODEL; -
Run
run_win.ps1with Powershell
-
Open Terminal and navigate to the directory where you want to clone the repository;
-
Clone the repository:
git clone https://github.com/zuco1111/TagTool-With-Ollama.git -
Navigate to the fold:
cd TagTool-With-Ollama -
Make these scripts executable:
chmod +x setup_mac.sh; chmod +x run_mac.sh -
Install dependencies:
./setup_mac.sh -
Edit
run_mac.sh,IMAGE_DIRECTORYandMODEL -
Run:
./setup_mac.sh