-
OpenCV
Face Recognition System For Taking Attendance
We use CCTV cameras to recognize the faces of students and it will automatically verify the presence or absence of each student and record their names in the database from time to time.
-
Library Management System
Which maintains the information about the books present in the library, their authors, books are issued, library staff and all. It reduces the workload of management as most of the manual work done is reduced.
MySQL
-
Docker
Application Containerization
A Docker container allows an application to be packed together with its dependencies into a portable virtual package that can run with multi-platform support, isolation, and resource limits applied.
-
yaml to json to xml converter
converting yaml to json to xml using python in a single web page. First we need to type the yaml code then it will convert it to json and xml format. It will be very usefull in comparing the data-serialization languages.
flask web framework