- Download data_1 and data_2: we have applied various image compression methods.
- Create models folder: have object, bins file and path to image.
python -m venv myenv
.\myenv\Scripts\activate
python.exe -m pip install --upgrade pip
pip install -r requirements.txt
.\myenv\Scripts\activate
cd app
uvicorn main:app --reload
Run this URL in your browser: http://127.0.0.1:5500/app/index.html