UI repository for NIDS in COMS6200 project
Currently hosted at https://nids-app.herokuapp.com/
- Clone the repository
- Run
pip install -r requirements.txt
on your machine - Run
python app.py
- Go to
127.0.0.1:8050
in your browser of choice to see the app locally hosted on your machine
- Clone the repository
- Run
pip3 install -r requirements.txt
on your machine - Run
python3 app.py
- Go to
127.0.0.1:8050
in your browser of choice to see the app locally hosted on your machine