Skip to content

rmtomal00/varsity_showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face recognization app backend and Android front-end

Download this project to you IDE. It's base on nodejs express so that you need to preinstall Node js. Then go to config.js file change mongodb url, change the db name and JWT token Secret also change the server IP, change the path (For windows like C:User/rmtomal/varsity_showcase/upload/). You will get your ip address using cmd ifconfig

Now change the mailSender.js file

If you had done everything successfully. Now run command npm i
Then start the server using. node app.js

Go to the python_flask_code Let's start the second python script. It is a flask server so you need to install pip install flask, pip install dlib, pip install face-recognition. Once install done. Now run the server using this cmd line: python3 -u contest.py

Once run all perfectly. You can import postman api json on postman then test api.

So that let's do the next part. Download the Android app using this link https://github.com/rmtomal00/Attandence_app.git

Now open it in Android studio. Here, will get file call local.properties Change the ip here also from API_URL . Rebuild the app from Build -> Rebuild. If not get API_URL add this code
API_URL=http://192.168.1.29:30001/api/v1.

Let's run the app and enjoy everything using face varification.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published