Skip to content

evansuslovich/DeepArtist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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