https://github.com/jwkvam/bowtie-iris-anomaly
https://github.com/jwkvam/bowtie-iris-anomaly
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jwkvam/bowtie-iris-anomaly
- Owner: jwkvam
- License: mit
- Created: 2017-01-01T21:11:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T18:11:39.000Z (over 8 years ago)
- Last Synced: 2025-04-14T00:49:57.183Z (6 months ago)
- Language: Python
- Size: 2.81 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bowtie-iris-anomaly
This is hosted on a free dyno on Heroku, so if it doesn't load immediately the dyno probably needs a minute to wake up.
https://bowtie-iris.herokuapp.com/
To run locally, first install the requirements.
```
conda install --file conda-requirements.txt
pip install -r requirements.txt
```You also need Install [node](https://nodejs.org/en/) and install `webpack` globally.
```
npm install -g webpack
```Then run the python script.
```
./example.py
```Then assuming everything builds correctly, run
```
./build/src/server.py
```Then go to on your local machine.