All Projects → SwipesForScience → SwipesForScience

SwipesForScience / SwipesForScience

Licence: Apache-2.0 license
A general purpose citizen science game template for scientific research

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to SwipesForScience

eternagame.org
Website for the Eterna citizen science game
Stars: ✭ 17 (-29.17%)
Mutual labels:  citizen-science, citizen-science-game
ann
A repository for brainstorming and prototyping ideas related to the eLifeSprint project Annotate them all (https://sprint.elifesciences.org/annotate-them-all/)
Stars: ✭ 13 (-45.83%)
Mutual labels:  citizen-science
zplgfa
#Golang package and cli tool for converting to #ZPL (from PNG, JPEG and GIF) for @ZebraTechnology-printers
Stars: ✭ 29 (+20.83%)
Mutual labels:  labeling-tool
Deeplabcut
Official implementation of DeepLabCut: Markerless pose estimation of user-defined features with deep learning for all animals incl. humans
Stars: ✭ 2,550 (+10525%)
Mutual labels:  labeling-tool
jupyter-bbox-widget
A Jupyter widget for annotating images with bounding boxes
Stars: ✭ 19 (-20.83%)
Mutual labels:  labeling-tool
EternaJS
Eterna game/RNA design interface
Stars: ✭ 12 (-50%)
Mutual labels:  citizen-science
label-studio-frontend
Data labeling react app that is backend agnostic and can be embedded into your applications — distributed as an NPM package
Stars: ✭ 230 (+858.33%)
Mutual labels:  labeling-tool
aircitizen
main repo of the aircitizen project
Stars: ✭ 18 (-25%)
Mutual labels:  citizen-science
pyinaturalist
Python client for iNaturalist
Stars: ✭ 68 (+183.33%)
Mutual labels:  citizen-science
Make Sense
Free to use online tool for labelling photos. https://makesense.ai
Stars: ✭ 2,087 (+8595.83%)
Mutual labels:  labeling-tool
Labelbox
Labelbox is the fastest way to annotate data to build and ship computer vision applications.
Stars: ✭ 1,588 (+6516.67%)
Mutual labels:  labeling-tool
MarkToolForParkingLotPoint
A tool for parking-slot labeling under surround-view image
Stars: ✭ 42 (+75%)
Mutual labels:  labeling-tool
deep-smoke-machine
Deep learning models and dataset for recognizing industrial smoke emissions
Stars: ✭ 93 (+287.5%)
Mutual labels:  citizen-science
finetuner
Finetuning any DNN for better embedding on neural search tasks
Stars: ✭ 442 (+1741.67%)
Mutual labels:  labeling-tool
ODM2DataSharingPortal
A Python-Django web application enabling users to upload, share, and display data from their environmental monitoring sites via the app's ODM2 database. Data can either be automatically streamed from Internet of Things (IoT) devices, manually uploaded via CSV files, or manually entered into forms.
Stars: ✭ 22 (-8.33%)
Mutual labels:  citizen-science
Pixie
Pixie is a GUI annotation tool which provides the bounding box, polygon, free drawing and semantic segmentation object labelling
Stars: ✭ 52 (+116.67%)
Mutual labels:  labeling-tool
Label Studio
Label Studio is a multi-type data labeling and annotation tool with standardized output format
Stars: ✭ 7,264 (+30166.67%)
Mutual labels:  labeling-tool
annotate
Create 3D labelled bounding boxes in RViz
Stars: ✭ 104 (+333.33%)
Mutual labels:  labeling-tool
Klimerko
☁ DIY Air Quality Measuring Device
Stars: ✭ 69 (+187.5%)
Mutual labels:  citizen-science
devices.sensor.community
devices.sensor.community
Stars: ✭ 16 (-33.33%)
Mutual labels:  citizen-science

Swipes for Science

Build Status

Welcome!

First and foremost, Welcome! 🎉 Willkommen! 🎊 Bienvenue! 🎈🎈🎈

Thank you for visiting the SwipesForScience app project repository.

This document (the README file) is a hub to give you some information about the project. Jump straight to one of the sections below, or just scroll down to find out more.

What are we doing?

The problem

  • Big data in biomedical research needs individual inspection, but this doesn’t scale for large datasets.
  • For example, some researchers analyze MRI images to study the brain. But before they start the analysis, they have to visually inspect each image to make sure it is good quality. And at various stages in data processing, researchers have to check images to make sure the analysis is correct. This can get really unweildy when we have large datasets, which are needed to really understand the brain.
  • Citizen science games like EyeWire have been really successful for brain analysis, but it is built for one specific type of data, and its really hard to adapt for a different use-case.
  • Researchers need a way to easily spin up a citizen science game for their own large datasets, ideally without needing to know web-development (so they can focus on research!)

The solution

The SwipesForScience game template will:

  • Generate a game from a configuration file provided by a researcher
  • The game should be easy to deploy online, and require very little knowledge of web technologies/cloud technologies
  • Be fun and easy for citizen scientists to use

Who are we?

The founders of the SwipesForScience game template - Anisha and Andreea - met at the eLife Innovation Sprint in 2018.

The development of this app is supported by eLife Innovation

What do we need?

You! In whatever way you can help.

We need expertise in app development, user experience design, database maintenance, software sustainability, documentation, technical writing, and project management.

Our primary goal is to make it extremely easy for researchers to set up their own data-annotation game. This means that we need to simplify the dev-ops parts of setup, and we need very clear documentation. We also want to design annotation widgets that are easy and fun to use, so that citizen scientists enjoy playing these games.

Get involved

If you think you can help in any of the areas listed above (and we bet you can) or in any of the many areas that we haven't yet thought of (and here we're sure you can) then please check out our contributors' guidelines and our roadmap.

Please note that it's very important to us that we maintain a positive and supportive environment for everyone who wants to participate. When you join us we ask that you follow our code of conduct in all interactions both on and offline.

Contact us

If you want to report a problem or suggest an enhancement we'd love for you to open an issue at this github repository because then we can get right on it. But you can also contact Anisha by email (anishakeshavan AT gmail DOT com) or on twitter.

Find out more

Thank you

Thank you so much for visiting the project and we do hope that you'll join us.

* Also thanks to Kirstie Whitaker for providing this README template

Glossary

  • README file: a document that introduces an open project to the public and any potential contributors
  • repository or repo: a collection of documents related to your project, in which you create and save new code or content
  • Roadmap: a document outlining the schedule of work to be done on a project
  • Milestone: an event or state marking a specific stage in development on the project
  • Issue: the GitHub term for tasks, enhancements, and bugs for your projects

Quickstart

First you should git clone https://github.com/SwipesForScience/SwipesForScience. This app was built with the vue-cli webpack template, so we've included their instructions on how to build below:

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
./node_modules/.bin/firebase-server -p 5000 -f test/testDB.json &
npm run unit

# run e2e tests (we don't have these yet)
npm run e2e

# run all tests (we don't have these yet)
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Structure

The app structure looks like:

diagram

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].