Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.