Skip to content

tmlmt/babymilk-analyzer

Repository files navigation

Baby Milk Ingredients Analyzer

Introduction

Single page web app which analyzes and gives scores to baby milk powder according to pre-established score rules. Results are displayed with detailing of each subscore and total score; and then saved to a comparison table where more products can be analyzed and added.

Development

This project is the outcome of a half-day trial in using Google Code Assist within VS Code / Codium to build a web app using AI (Gemini 2.5).

Stack:

  • python 3
  • uv for dependency management
  • proto for version management of python and uv
  • nicegui for the UI

Usage

Using the packaged application (Linux only)

  • Download the binary files (zip) and unzip the content
  • Run ./BabyMilkAnalyzer/BabyMilkAnalyzer

From source code

Note

While uv is recommended for a fast and simple setup, you can also use standard Python tools like venv and pip. After cloning, you can run python3 -m venv .venv, activate the environment, and then install dependencies with pip install ..

License

MIT

Screenshot

Screenshot of the app

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages