Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 607 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 607 Bytes

GeoCLIP

This is a CLIP Model to classify the photos by Spain Comunidad.

Run with docker

docker run -d -p 2333:2333 -p 8000:8000 snownamida/geoclip:2.0  /root/start.sh

Then you can access the web interface by http://localhost:2333

Manual Installation

Install lfs before pull the repository.

git lfs install

Install the requirements.

pip install -r requirements.txt

Then run the demo!

uvicorn run_inference:app --host 0.0.0.0 --port 8000 
python3 -m http.server 2333 --directory Project 

Then you can access the web interface by http://localhost:2333