Web based visualization of neural network prediction using keras and streamlit
Web based visualization of neural network prediction using keras and streamlit.
git clone https://github.com/nvanandsah/Neural-Network-Visualizer-Web-App.git
(sudo) pip install virtualenv
(sudo if required).cd <repository-path>
virtualenv venv
source venv/bin/activate
.source venv/bin/activate
.pip install -r requirements.txt
python train_model.py
.python ml_server.py
.streamlit run app.py
source venv/bin/activate
git checkout master
git pull
git checkout -tb <new-working-branch-name>
.git branch
.git add .
git commit -m "<commit-message>"
git push origin <branch-name>
pip freeze > requirements.txt