flight-path-anomaly-detection-system

A flight path anomaly detection simulation application using nupic(Numenta Platform for Intelligent Computing) and Cesium.js

入门
GitHub在线演示
Stars:7
License:GNU Affero General Public License v3.0
更新:2024/1/17

README

Flight Path Anomaly Detection

Dependencies

You must have NuPIC installed. Please follow the installation instructions there.

Now, use pip to install the other python requirements for this application:

pip install -r requirements.txt

Usage

To run, simply start the web server from the command line:

python server.py

This will start a web server and load some initial sample data for viewing. Open http://localhost:3000 in your browser to use this application.

Test