what's ml engine? sorry im still new to this On Sunday 10 March 2024 at 03:06:51 UTC+8 Basith wrote:
> Do you have the ML engine? > > On Sat, Mar 9, 2024, 11:14 PM Reddy Tintaya <[email protected]> wrote: > >> 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: >> [image: twitter.abaf4b19.webp] >> >> face-recognition <https://pypi.org/project/face-recognition/> >> pypi.org <https://pypi.org/project/face-recognition/> >> <https://pypi.org/project/face-recognition/> >> >> Then you need an interface to interact with this script, how? You can >> wrap it into a flask, Django or fastAPI application >> >> [image: intro-to-cloud.d49bc5f7.jpeg] >> >> How To Make a Web Application Using Flask in Python 3 >> <https://www.digitalocean.com/community/tutorials/how-to-make-a-web-application-using-flask-in-python-3> >> digitalocean.com >> <https://www.digitalocean.com/community/tutorials/how-to-make-a-web-application-using-flask-in-python-3> >> >> <https://www.digitalocean.com/community/tutorials/how-to-make-a-web-application-using-flask-in-python-3> >> >> 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. >> >> [image: 142196.png] >> >> Uploading images to REST API backend in React JS >> <https://dev.to/cole_ruche/placeholder-2chb> >> dev.to <https://dev.to/cole_ruche/placeholder-2chb> >> <https://dev.to/cole_ruche/placeholder-2chb> >> >> 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 <[email protected]> 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 [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/f8232a3d-d8e2-4605-8b66-148265188292n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/django-users/f8232a3d-d8e2-4605-8b66-148265188292n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> >> -- >> 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 [email protected]. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/5FB1E4D0-AB12-4CB7-BE73-FE685E6A9073%40momnt.com >> >> <https://groups.google.com/d/msgid/django-users/5FB1E4D0-AB12-4CB7-BE73-FE685E6A9073%40momnt.com?utm_medium=email&utm_source=footer> >> . >> > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/780697f3-a567-45ce-903e-7f2df91ff44dn%40googlegroups.com.

