Git Product home page Git Product logo

emammal-lite's Introduction

eMammal Lite

A web application for identifying and exploring camera trap images from the eMammal project

About eMammal Lite

eMammal Lite is a web application that provides a fun and engaging way to explore over 4,000 candid images of wildlife from around the world and participate in camera trapping and animal identification methods used by ecological researchers. Each image in this collection helps scientists and conservationists document wildlife that may otherwise go unseen and while taking a photo with a camera trap is easily done with modern photography hardware, it is up to a human to provide the actual identification of what tripped the camera. It takes a lot of time and effort for researchers to analyze and identify each photo from a project. eMammal Lite asks the user to help out by identifying, or tagging, animals captured in camera trap photos. The application also provides a photo archive to explore the entire collection of images and data and a stats page that allows users to compare their identification abilities with others.

This application utilizes information from a database of camera trap images and associated metadata provided by researchers from the eMammal camera trapping project—a tool for collecting, archiving, and sharing camera trapping images and data. Imagery and data from this database are used to create interfaces for users to 1) identify animals in a flashcard-like game and 2) view, explore, and search the entire collection of images. User-generated data collected from the gaming interface is used to create a stats interface for users to explore user-generated statistics such as personal and global identification accuracy and score.

To view eMammal Lite, visit https://eml.lib.ncsu.edu/

Installation instructions for development environment

  1. Dependencies:

    • Ruby 2.6.5

    • MySQL

  2. Use bundler to install gems (Installing and using Bundler):

    bundle install
  3. Set up secrets.yml file (Rails documentation reference)

    1. Create secrets.yml file in config folder

    2. Generate keys for development and test sections by running rake secret in console. Copy and paste each key to secrets.yml

  4. Set up database.yml (Rails documentation reference)

    1. Create database.yml file in config folder

    2. Paste the following default development configuration for MySQL into this file:

    development:
      adapter: mysql2
      encoding: utf8mb4
      database: emammal-lite_development
      pool: 5
      username: root
      password:
      socket: /tmp/mysql.sock
  5. Start MySQL server:

    mysql.server start
  6. Set up development database:

    bundle e rails db:setup

Run development environment

  1. Start the development server:

    bundle e rails s

Authors

Walt Gurley

Maris Hall

emammal-lite's People

Contributors

waltgurley avatar kbeswick avatar

Stargazers

Rafael Lüder avatar

Watchers

Jason Ronallo avatar Bret Davidson avatar  avatar James Cloos avatar  avatar  avatar  avatar

Forkers

ben-norton

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.