Giter Club home page Giter Club logo

application's Introduction

NutriAI App

Function

1. User Initialization

  • Login with UserID
  • Input user information

2. Log user's diet

  • Take photos from the gallery
  • Select detailed menu with toggle button
  • Display the macronutrient intake for the day with bar charts

3. Analyze user's diet

  • Provide daily/weekly report on user's nutritional status with bar chart (total 34 nutrients)

4. Recommend nutrients supplements based on user's nutritional status

  • Display 3 product in each vitamin, mineral, amino acids category
  • Hyperlink to Iherb product page

5. Check user information

  • Display user information on the mypage

Details

Click to see "lib" directory tree!
lib
├── CustomDesign
│   ├── customColor.dart
│   └── customIcon.dart
├── Input_UserInfo.dart
├── MainScreens
│   ├── analyze
│   │   ├── analyze.dart
│   │   ├── daily_report.dart
│   │   └── weekly_report.dart
│   ├── foodLog
│   │   ├── food_log.dart
│   │   └── inference.dart
│   ├── mypage.dart
│   └── recommend.dart
├── generated_plugin_registrant.dart
├── home_page.dart
├── json
│   ├── RDI.dart
│   ├── UserInfo.dart
│   ├── UserSignUpInfo.dart
│   ├── nutriRecommend.dart
│   ├── nutriStat.dart
│   └── physique.dart
└── main.dart

main.dart

Main app resides here.

home_page.dart

Consists of bottom navigation bar of MainScreen which is divided by four functions.

MainScreens

  • foodLog
    • food_log.dart: Daily intake of macronutrients & menu are displayed.
    • inference.dart: Category of menus are inferred from the image user selected. List of detailed categories are given to user.
  • analyze
    • daily_report.dart: Daily intake of 34 nutrients are displayed.
    • weekly_report.dart: Average intake of 34 nutrients for a week are displayed.
  • recommend.dart: Recommended nutritional supplements are displayed 3 in 3 categories(vitamin, mineral, amino acid) based on the user's weekly nutritional status.
  • mypage.dart: Information entered by user when registering is displayed.

json

Http responses are parsed by designating the name of attributes.

  • RDI.dart
  • UserInfo.dart
  • UserSignUpInfo.dart
  • nutriRecommend.dart
  • nutriStat.dart
  • physique.dart

CustomDesign

Customized color and Icon are stored.

  • customColor.dart
  • customIcon.dart

application's People

Contributors

angwoo-the-fuego avatar hyeniii avatar ziyoon 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.