Coder Social home page Coder Social logo

sam-pop / wikm Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 2.0 642 KB

☠️ Full-stack web app that uses AI and ML to analyze and classify images of food in-order to identify common food allergens in them.

Home Page: https://will-it-kill-me.herokuapp.com/

JavaScript 54.86% HTML 38.11% CSS 7.02%
full-stack mobile nodejs express ai machine-learning api image-recognition allergens allergies

wikm's Introduction

Will It Kill Me?

Table of Contents

Project description

Will It Kill Me (WIKM) is a fully responsive (mobile first) web app that was built in a few days as a full-stack coding project.

The goal of this project is to help people with food allergies identify potentially life threatening allergens on the go.

We decided to use AI and ML to analyze and classify images of food so we can identify common food allergens in them (with limited accuracy currently, based on the ML model we are using).

You can use this web app to snap a picture with your phone (or upload a picture from your computer) of a dish that's in-front of you, the machine learning API will then analyze the image and return a dynamic graph of the possible ingredients. We then list the possible allergic reaction causing ingredients based on the user food allergies input.

How to use

You can use this web app AS-IS by running it from the following link: https://will-it-kill-me.herokuapp.com/

You can also run it locally by using the command node server.js from the command line (the web app will run on http://localhost:3000).

Please note that in order for the app to run locally you will need to register for an API KEY from the Clarifai & Cloudinary APIs and to create a file named .env (in the root directory) and add the following to it, replacing the values with your own API keys:

# Clarifai API
key=your-api-key

# Cloudinary API
publicKey=your-public-api-key
secretKey=your-secret-api-key
cloud_name=your-cloud-name
upload_preset=your-upload-preset-for-unsigned-uploads

What we used

This full-stack web application was built using HTML5, CSS3, JavaScript, jQuery, Node.JS, Express (using the body-parser middleware), dotenv module, Clarifai AI API (image recognition as a service) & Cloudinary API (cloud media storage).

Team members

Demo

https://will-it-kill-me.herokuapp.com/

Screenshot

Mobile Version:

Screenshot mobile

Disclaimer

Please DO NOT consume any food or make any decisions about foods containing allergens based solely on the recommendations of this app. Doing so WILL kill you! 😅

wikm's People

Contributors

mecaputy avatar sam-pop avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.