Giter VIP home page Giter VIP logo

mushroom_picker's Introduction

README

What is this?

Webapp that shows a list of mushrooms. The list can be narrowed down by selecting mushroom attributes via the web selectors. A mushroom will be displayed in its abbreviated form, since there are 23 properties for each mushroom each, and a row would not fit in regular browser.

The mushroom data set is obtained from this location: https://archive.ics.uci.edu/ml/datasets/Mushroom. One can find the descriptions of the various attributes there as well.

A live version of this app can be found here: https://mushroom-picker.herokuapp.com/

(note that it may require some time to render the first page, since the app may be 'sleeping'

Setup

Prequisites

  • ruby 2.6.3
  • rails 5.2.3
  • sqlite

Database creation and initialization

Create the database by running

bin/rails db:migrate

The mushroom records are being generated from the "agaricus-lepiota.data" file via the following rake command:

bin/rake data_setup:create_mushrooms

Or if, you don't feel like doing the previous two steps, just copy the prefilled database development.sqlite3 from the config/ folder to the db/ folder

Running

Hit up the server

bin/rails s

and you're good to go. By default, the app lives at http://localhost:3000

mushroom_picker's People

Contributors

mjacobsz avatar

Watchers

 avatar James Cloos avatar

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.