Django expert required to make few modifications in facial recognition website
Budget: $15 – $40 USD
We currently have a Facial recognition website. In our website users can upload photos. And each photo uploaded is matched against all the photos saved in server. And if matched, the matched photo is shown. Currently the website is showing the best matched photos in case of multiple photo matches. But you have to show all matched photos. That's the main change that you need to make. Also, in case of group photos, you need to mark the matched face in a rectangle
The website is using Insightface Python library for facial recognition. Insightface link: https://github.com/deepinsight/insightface
Insightface is machine learning based facial recognition engine based on PyTorch and MxNet.
We used R100 backbone. We used a facial recognition model pre trained in Glint360K dataset. Here is the .onnx file of the pre-trained model: https://drive.google.com/file/d/1Gh8C-bwl2B90RDrvKJkXafvZC3q4_H_z/view
Our website is currently live and you are not allowed to make modifications on that live site. You have to launch another copy site with a subdomain and then you should make changes in that site. So, you need to copy the project directory and paste it in another location inside the VPS, create a virtual environment inside that new project directory and install the required pip packages from our requirements.txt file inside that new virtual environment. It means you have to work on some server configuration too.
The website is using Insightface Python library for facial recognition. Insightface link: https://github.com/deepinsight/insightface
Insightface is machine learning based facial recognition engine based on PyTorch and MxNet.
We used R100 backbone. We used a facial recognition model pre trained in Glint360K dataset. Here is the .onnx file of the pre-trained model: https://drive.google.com/file/d/1Gh8C-bwl2B90RDrvKJkXafvZC3q4_H_z/view
Our website is currently live and you are not allowed to make modifications on that live site. You have to launch another copy site with a subdomain and then you should make changes in that site. So, you need to copy the project directory and paste it in another location inside the VPS, create a virtual environment inside that new project directory and install the required pip packages from our requirements.txt file inside that new virtual environment. It means you have to work on some server configuration too.