Locker.ai Edge is a repository for edge devices to control the opening and closing of lockers.
If you want to build an environment more quickly without Docker, you can follow these steps to build your environment locally.
- You need to install rye before.
git clone "https://github.com/ashitano-dcon/lockerai-edge" && cd "./lockerai-edge"See .env.example or contact the repository owner for more details.
rye pin $(cat "./.python-version")rye syncsource "./.venv/bin/activate"rye run python -m main