My dataset contains four classes (i.e. Balo, Clutch, Satchel, Tote).
- Setup Environment (Using conda) Download and Install at here. Then, run the commands:
conda create -n myenv python=3.6
conda activate myenv
- Run this comandline to install necessary library.
pip install -r requirements.txt
or
conda env update --file handbag_gan.yml
- When you done, run bellow to start app.
python manage.py runserver
Demo screen
- Tran Thanh Nha: Instructor
- Lam Phat Tai
- Nguyen Xuan Tinh