Skip to content

Web app for investigating image style transfer with VGG19 built as a BSc final year project 2020/2021

Notifications You must be signed in to change notification settings

kxp790/neural-style-transfer-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Style Transfer

Web app for investigating image style transfer with VGG16. Built as a BSc final year project 2020/2021.

Run

Frontend:
yarn start
Backend:
yarn start-api \

Database

Run local MongoDB:
./mongod
./mongo
Run PyMongo script for the database:
python3 .../api/data/database.py

Test

Launch the test runner in interactive watch mode:
yarn test

Technology Stack

  • Python
  • Flask
  • React JS
  • MongoDB, PyMongo

About

Web app for investigating image style transfer with VGG19 built as a BSc final year project 2020/2021

Topics

Resources

Stars

Watchers

Forks