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
- Install Docker on your Pi
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
- Clone our Repository
git clone https://code.calscan.co.uk/calscan/Calscan
cd Calscan
- 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.