'
Forked from here
Authors:
- Hoàng Minh Đức 105541452@student.swin.edu.au
Running guide:
- Create a Python virtual environment in this directory:
python -m venv . - Activate the virtual environment:
./Scripts/Activate.ps1(Windows) orsource bin/activate(Linux) - Install packages:
pip install -r requirements.txt - Run
python main.py. In the output, there is a line that says "Running on public URL", follow the link of that line.- or enter
http://127.0.0.1:7860/if that link works.
- or enter
- Enjoy!
Note: There's a Kaggle notebook if you want to see the training process, since my laptop doesn't have GPU support. Pretrained weights /model/*.keras were included if you want model local inference.
Kaggle notebooks:
They use the data provided by boroondara2006.zip, or the data/ folder. For convenience, they are also downloaded here.