Skip to content

SaraTechX/Yamm-image-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup environment

python -m venv .venv .venv\Scripts\activate # Windows

source .venv/bin/activate # Mac/Linux

pip install -r requirements.txt

Run server

set CKPT_PATH=.\models\siglip_so400m_384_binary_withtext.pth # Windows

export CKPT_PATH=./models/ProductClassifier-SigLIP.pth # Mac/Linux

python -m uvicorn app:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages