/GymAttendanceLogger

Attendance Logger for the gym using Python and mongodb

Primary LanguagePythonMIT LicenseMIT

About The Project

Alt text
This is a simple logger for my gym using the python requests library and mongodb for storage + matplotlib for visualization.

(back to top)

Demo

here

Built With

  • Python

(back to top)

Usage

Build Docker

docker build -t log-cron .

Run docker container

docker run -it --rm log-cron

(back to top)

Roadmap

  • Store Data in mongodb
  • Plot stored data with matplotlib
  • Add Predicive model with pytorch

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)