Skip to content

A web app that prompts the user for a painting from Cezanne, Van Gogh, Gaugin, Degas, or Pissaro. It will quickly respond with a prediction for the artist behind it via a convolutional neural network.

Notifications You must be signed in to change notification settings

superhvarn/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

About

A web app that prompts the user for a painting from Cezanne, Van Gogh, Gaugin, Degas, or Pissaro. It will quickly respond with a prediction for the artist behind it via a convolutional neural network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •