Skip to content

A RESTful web API for storing and retrieving seizure detector data for classification and analysis - primarily intended to collect 'normal' and 'seizure' labelled data so we can train machine learning algorithms to tell the difference

License

Notifications You must be signed in to change notification settings

OpenSeizureDetector/webApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webApi

This repository contains the code for a web site that will allow OpenSeizureDetector users to upload data from seizures or false alarms. This will allow us to build up an anonymised open data set of seizure data to use for research to develop better detection algorithms - there is very little publicly availale seizure data so it is very difficult to tes new algorithms to see if the improve detection reliability or reduce false alarms.

Structure

The code uses a mysql database and there is Django python web frame work application that provides an API (see the 'webApi' folder)

There is also a javascritp based front end that will allow users to view their data and correct or anotate seizuzre or false alarm reports. (See the 'frontend' folder)

About

A RESTful web API for storing and retrieving seizure detector data for classification and analysis - primarily intended to collect 'normal' and 'seizure' labelled data so we can train machine learning algorithms to tell the difference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published