Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.
/ winnow Public archive

A Django web app interface to create a training set for a Real/Bogus classifier

Notifications You must be signed in to change notification settings

toros-astro/winnow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

TOROS Winnow web page

This Django web app is designed to "winnow the wheat from the chaff" in the Image Difference analysis of astronomical images.

Image Differencing will leave behind many fake objects due to bad subtraction that will be classified as bogus by a Machine Learning algorithm. This ML algorithm has to be 'trained' with labeled data and this website provides a web interface to generate this training set via human input classification.


Download, Install and Setup

Follow the following steps to download, install, and run this Django project.

Clone the repository

git clone git@github.com:toros-astro/winnow.git

Navigate to the main directory. Then type:

python manage.py makemigrations
python manage.py migrate

in order to set up the sqlite database.

Populate the database

You can populate the database with mock data for each app by typing:

python populate_winnow.py
python populate_rbmanager.py

Start the Django server

python manage.py runserver

Use your web browser to visit

http://127.0.0.1:8000/

LIVE Site

A live version of this site can be accessed by visiting: http://toros.utrgv.edu/winnow.

For a static preview, please visit: http://toros-astro.github.io/winnow.


The site will look similar to the following screenshot: LIVE site screenshot


Copyright Martin Beroiz, 2015

email: martinberoiz@gmail.com

About

A Django web app interface to create a training set for a Real/Bogus classifier

Resources

Stars

Watchers

Forks

Packages

No packages published