kernel Project Structure File/Directory Description README.md The file you are reading now docs/scanner_manual.pdf Manual for the scanner requirements.txt Project dependencies src Source code of the project src/constants Constants used across the project src/constants/__init__.py src/constants/constants.py src/display Code related to display functionality src/display/__init__.py src/display/window.py src/fire_db Code related to Firebase database src/fire_db/__init__.py src/fire_db/fire_db.py src/main.py Main entry point of the project src/models Data models used in the project src/models/__init__.py src/models/model.py src/scales Code related to scales functionality src/scales/__init__.py src/scales/port.py src/scales/scales_main.py src/scanner Code related to scanner functionality src/scanner/__init__.py src/scanner/scanner.py start_script.sh Script to start the project