Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewn6/anomaly-detection
Anomaly detection built for my end of year CS project.
https://github.com/andrewn6/anomaly-detection
Last synced: 6 days ago
JSON representation
Anomaly detection built for my end of year CS project.
- Host: GitHub
- URL: https://github.com/andrewn6/anomaly-detection
- Owner: andrewn6
- Created: 2023-04-13T13:25:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-13T17:58:10.000Z (over 1 year ago)
- Last Synced: 2024-12-31T07:44:20.645Z (8 days ago)
- Language: Python
- Size: 68.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anomaly Detection
Hi! This is a project I built for my end of year CS project.
## Why
So one day I was bored and I came across opendata toronto, and they have 400+ datasets for a bunch of different things in the city (eg mobility, climate change, and misc stuff). I wanted to build something with one of these data sets, so I decided to build an Anomaly Detection program to detect if the average speed of vehicles in school zones go over the legal limit.
## Running
Install the deps
```pip install -r requirements.txt```
Run streamlit
```
./run
```After this it should open your browser with a user interface