Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sour-abh-raj/full-stack-ai-attendance-monitor

An Ai attendance monitor made using opencv, geo location and react.
https://github.com/sour-abh-raj/full-stack-ai-attendance-monitor

attendance-monitoring geolocation opencv-python react

Last synced: about 1 month ago
JSON representation

An Ai attendance monitor made using opencv, geo location and react.

Awesome Lists containing this project

README

        

# Full Stack AI Attendance Webapp

This is a webapp the uses geolocation and face recognition for marking attendance. User can register, login and logout with their face. Login and logout functions only work when the user's location is within the vicinity precision specified which is by default set to 200 m.

## Backend Server:

- Clone this repository ` git clone https://github.com/Sour-abh-Raj/full-stack-ai-attendance-monitor.git`.
- Open a terminal in the project directory
- ``` cd backend ```
- Run `pip install -r requirements.txt` to install dependencies.
- Run `uvicorn main:app --reload` or use the batch or shell script to start the backend server.

## Run the app:

- ``` cd frontend ```
- Run `npm install` to install dependencies.
- Run `npm start` to start the app.

## License

[MIT](https://choosealicense.com/licenses/mit/)

## Authors

- [@Sourabh Raj](https://www.github.com/Sour-abh-Raj)