facial recognition

148 views
Skip to first unread message

Iza kim

unread,
Mar 9, 2024, 10:14:02 AMMar 9
to Django users
does anyone knows how to create a website for facial recognition? 

Muhammad Juwaini Abdul Rahman

unread,
Mar 9, 2024, 10:17:13 AMMar 9
to django...@googlegroups.com
Based on my experience, that's not a trivial task, technically.

First and foremost, can you create a website?

Secondly, do you have an engine for facial recognition?

On Sat, 9 Mar 2024 at 23:13, Iza kim <izak...@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...@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.

Iza kim

unread,
Mar 9, 2024, 11:34:55 AMMar 9
to Django users
we already have a materials for the facial recognition and codes for that, the only problem right now is how to code for the website where the facial recognition will be shown for the students

Muhammad Juwaini Abdul Rahman

unread,
Mar 9, 2024, 12:28:55 PMMar 9
to django...@googlegroups.com
I worked with the same (kinda) project before. So yeah, it's possible.

Reddy Tintaya

unread,
Mar 9, 2024, 12:44:47 PMMar 9
to django...@googlegroups.com
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 <izak...@gmail.com> wrote:

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

Basith

unread,
Mar 9, 2024, 2:06:51 PMMar 9
to django...@googlegroups.com
Do you have the ML engine? 

142196.png
intro-to-cloud.d49bc5f7.jpeg
twitter.abaf4b19.webp

Iza kim

unread,
Mar 10, 2024, 3:36:20 AMMar 10
to Django users
what's ml engine? sorry im still new to this
Reply all
Reply to author
Forward
0 new messages