Web app for investigating image style transfer with VGG16. Built as a BSc final year project 2020/2021.
Frontend:
yarn start
Backend:
yarn start-api
Run local MongoDB
./mongod
./mongo
Run PyMongo script for the database
python3 .../api/data/database.py
Launch the test runner in interactive watch mode:
yarn test
- Python
- Flask
- React
- MongoDB