Skip to content

Snownamida/DL-GeoCLIP

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published