Skip to content

tool for finding exoplanets using neural network pattern recognition

License

Notifications You must be signed in to change notification settings

breinsp/exohunter

Repository files navigation

Exohunter electron client

image

image

Setup

First install node_modules

npm install

Then run electron by executing following command

npm start

Build standalone program

To package the electron app you need to use the electron-packager module

npm install electron-packager -g

electron-packager <sourcedir> <appname> --platform=<platform> --arch=<arch> [optional flags...]

More Info

Full documentation of Exohunter can be downloaded here

Exohunter.pdf

Notes

Exohunter server is necessary for the client to work. Server repository can be found here

About

tool for finding exoplanets using neural network pattern recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published