An Edge AIoT system using Intel Embedded Computer BOXNUC & OpenVINO for:
- ✅ Recognize fruit type, count quantity, detect ripeness, and identify external defects. ( AI Computer Vision)
- ✅ Measure °Brix (glucose level), moisture content, detect internal bruises, and identify pest or fungal infections. ( AI NIR Spectral Analysis)
web_flask/— Flask server + UIai_models/— AI model folders (Tensorflow, OpenVINO, etc)static/,templates/— Web UIDockerfile,docker-compose.yml— Container setup.github/workflows/ci.yml— CI/CD build automation
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd web_flask
python app.py