Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T04:57:37.000Z (over 3 years ago)
- Last Synced: 2023-03-05T14:45:13.158Z (almost 2 years ago)
- Topics: django, keras-tensorflow, machine-learning, neural-network, scikit-learn, tensorflow
- Language: Python
- Size: 354 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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:
![Main Website](readme_media/home.png)Iris App:
![Iris App](readme_media/iris.png)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.