2025-12-11 17:20:18 +00:00
2025-12-11 17:20:18 +00:00

Calscan

A food scanning system that provides real-time nutritional information, running in Docker and updating automatically from a central Git repository.

Calscan was made for the Raspberry Pi PA Consulting Competition

Features

  • Scan food items via barcode input.
  • Retrieve nutritional information instantly.
  • Automatic updates via Git.
  • Runs in Docker for reproducibility and easy deployment.
  • Designed for scalability on Raspberry Pi or cloud environments.

Setup

  1. Install Docker on your Pi
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
  1. Clone our Repository
git clone https://code.calscan.co.uk/calscan/Calscan
cd Calscan
  1. Build and run Docker container
docker build -t calscan .
docker run -d --name calscan calscan

You can view the rest of the information at calscan.co.uk

Description
A food scanning system that provides real-time nutritional information, running in Docker and updating automatically from a central Git repository.
Readme 24 KiB