Saturday, March 9, 2024

Re: facial recognition

You need to study the fundamentals of how web applications work :)
Ok, you have a code that works for face recognition that is probably just a script in python, if not you can create one with this library:

Then you need an interface to interact with this script, how? You can wrap it into a flask, Django or fastAPI application

From that you can create an endpoint that receives your image, calls your script and returns the result that you need

Then you need a web app so the users can enter the input that you need.

 
And that's all.

Have you tried asking google or chatGPT first? https://github.com/Divyansh6799/Face-recognition-in-python-django :) 
Asking questions or for help is always good, but people will offer more help if you show that you made some research first, or that you have more punctual questions.

On 9 Mar 2024, at 05:36, Iza kim <izakim226@gmail.com> wrote:

does anyone knows how to create a website for facial recognition? 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f8232a3d-d8e2-4605-8b66-148265188292n%40googlegroups.com.

No comments:

Post a Comment