https://github.com/gautam-j/neuralnets
Website developed using Django Web Framework. Hosts several trained Neural Networks and ML models.
https://github.com/gautam-j/neuralnets
django keras-tensorflow machine-learning neural-network scikit-learn tensorflow
Last synced: about 1 year ago
JSON representation
Website developed using Django Web Framework. Hosts several trained Neural Networks and ML models.
- Host: GitHub
- URL: https://github.com/gautam-j/neuralnets
- Owner: Gautam-J
- License: mit
- Created: 2020-02-06T11:57:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T21:15:38.000Z (over 2 years ago)
- Last Synced: 2025-04-13T01:42:47.713Z (about 1 year ago)
- Topics: django, keras-tensorflow, machine-learning, neural-network, scikit-learn, tensorflow
- Language: Python
- Size: 355 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeuralNets
Website developed using Django Web Framework. Hosts several trained Neural Networks and ML models.
Main Website:

Iris App:

In order to use this website, simply clone the repo and run the server (development).
`git clone https://github.com/Gautam-J/NeuralNets.git`
`python -m pip install -r requirements.txt`
`python manage.py runserver`
### TODO:
Use Tensorflow.js library to host neural networks instead of running them from a python server.