Coder Social home page Coder Social logo

nutrismart's Introduction

NutriSmart

An NLP-powered android application that helps you analyze the calorie content from the description of a meal

Application

NutriSmart is powered by the Nutritionix API. It is implemented as an Android application that makes calls to a web servlet written using Apache TomEE. The servlet in turn makes calls to the Nutionix API and sends data back to the android application for displaying to the user.

REST principles are followed in the development. All data processing (parsing, formatting, etc.) is done on the servlet to keep local CPU load at a minimum.

Data is transerred between local storage and the web service in JSON format.

The web servlet is built as a docker container and deployed to Heroku.

Dashboard

All query logs are maintained in a MongoDB Atlas database and used for displaying some interesting statistics about the application.

A monitoring dashboard that keeps track of requests made is accessible here.

Usage

The user provides a description of a meal in a natural language format. Upon clicking submit, calorie information is fetched from the server (which fetches it from the Nutrinionx API) and displayed to the user.

Demo Video

git-nutrismart-demo.mp4

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.