Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 484 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 484 Bytes

DeepArtist

Artist Classification

DeepArtistApp contains the web app. DeepArtistApp/backend/deepartist contains the model and training data.

The web app uses the model that is trained in DeepArtistApp/backend/deepartist.

To train neural net cd DeepArtistApp/backend/deepartist

python3 neuralnet.py

To run backend: cd DeepArtistApp/backend

pip install flask torch

flask --app base.py --debug run

To run frontend: cd DeepArtistApp/frontend

npm install

npm start