Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 284 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 284 Bytes

deep_neural_network_DJANGO

Deep neural network is implemented using Django framework. The project has two parts:

  1. Backend - Django Rest Framework (DRF): predicts using model saved in .h5 format. (the file is not included in this repo)
  2. Frontend - html, css, bootstrap, jquery