This project is extended from https://github.com/divanov11/proshop_django
- Camera functionality on product page
- Able to upload and display 3d models
- Full 3d model tracking on the subject (using AI) so user could use Augmented Reality to try on the products
- More realistic models (by using AI)
- 1 - Clone project: git clone https://github.com/jonjon98/FilterAI.git
- 2 - cd proshop_django
- 3 - Create virtual environment: virtualenv myenv
- 4 - source myenv\bin\activate
- 5 - pip install -r requirements.txt
- 6 - python manage.py runserver
- 1 - cd frontend
- 2 - npm install