wRe: facial recognition

2024-03-09 Thread Iza kim
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  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 
>> pypi.org 
>> 
>>
>> 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 
>> 
>> digitalocean.com 
>> 
>>
>> 
>>
>> 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 
>> 
>> dev.to 
>> 
>>  
>> 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  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
>>  
>> 
>> .
>>
>>
>> -- 
>> 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/5FB1E4D0-AB12-4CB7-BE73-FE685E6A9073%40momnt.com
>>  
>> 
>> .
>>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/780697f3-a567-45ce-903e-7f2df91ff44dn%40googlegroups.com.


Re: facial recognition

2024-03-09 Thread Muhammad Juwaini Abdul Rahman
I worked with the same (kinda) project before. So yeah, it's possible.

On Sun, 10 Mar 2024 at 00:35, Iza kim  wrote:

> 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
>
> On Saturday 9 March 2024 at 23:17:13 UTC+8 Muhammad Juwaini Abdul Rahman
> wrote:
>
>> 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  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
>>> 
>>> .
>>>
>> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/3d206f6c-bae1-4c5f-bd1c-bfa5009adfa5n%40googlegroups.com
> 
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFKhtoThcOaAmZQ8fT1t1VKGepFWsiOR34uHVwmyOcayF%3Dxr9Q%40mail.gmail.com.


Re: facial recognition

2024-03-09 Thread Iza kim
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

On Saturday 9 March 2024 at 23:17:13 UTC+8 Muhammad Juwaini Abdul Rahman 
wrote:

> 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  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
>>  
>> 
>> .
>>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3d206f6c-bae1-4c5f-bd1c-bfa5009adfa5n%40googlegroups.com.


Re: facial recognition

2024-03-09 Thread Muhammad Juwaini Abdul Rahman
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  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+unsubscr...@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
> 
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFKhtoS%2BqpbnzH0%2B4qN-0vtRYZ%2BaotWV3WfrrFAQH%2BPVOHyn7w%40mail.gmail.com.


Re: Looking to hire Full Stack Web Developer with minimum 8 years of Experience

2024-03-09 Thread Krishnaprabha Chari
Thank you, Enoma for your response. Unfortunately at this time, the
position requires person to be located within the United States.

Thanks.


On Fri, Mar 8, 2024 at 1:36 PM Emmanuel Uwaifo 
wrote:

> Good day,
> Can the person work remotely from another country?
>
> Thanks.
>
> Regards,
> Enoma Uwaifo
>
> On Fri, Mar 8, 2024 at 7:37 PM djfan 
> wrote:
>
>> We are looking to hire 1-2 Full Stack Web Developer with 8+ years of
>> Experience for a full time position. 1 position is based in USA. The
>> project scope consists of developing a web-app for integrating high-volume
>> financial data from multiple instances of ERPs like Workday etc.
>>
>> Please send your resume and Linkedin profiles.
>>
>> Thanks,
>> XHance Business Solutions.
>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/c658a5fc-8007-415e-8aac-6d01a58bc43cn%40googlegroups.com
>> 
>> .
>>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CADXqmSatA82KC5bdoZ1WTQFrf4iGMurYxzHeFok4mgwvpUHf1Q%40mail.gmail.com
> 
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEscowzC-hkw%2B6zA5myhdcXxPxPnJGV_Z2XC60%3DU9swfaSOS_Q%40mail.gmail.com.


Re:Looking to hire Full Stack Web Developer with minimum 8 years of Experience

2024-03-09 Thread Idohou Sandé Augustin
My name is Augustine Sunday Idowu, i have +4 years experience in Web development. Sent from my phone Original message From: djfan Date: Fri, Mar 8, 2024, 19:28To: Django users Subject: Looking to hire Full Stack Web Developer with minimum 8 years of ExperienceWe are looking to hire 1-2 Full Stack Web Developer with 8+ years of Experience for a full time position. 1 position is based in USA. The project scope consists of developing a web-app for integrating high-volume financial data from multiple instances of ERPs like Workday etc.Please send your resume and Linkedin profiles. Thanks,XHance Business Solutions.



-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c658a5fc-8007-415e-8aac-6d01a58bc43cn%40googlegroups.com.




-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/-lqq4d5nfqgc698aqk0-nn2thub4svy325akam2cjrz1-ng4u39-h20ilw-29pcqk-d7u38j3xc5b7-hl3zxt-i14sm8v59y2m-4mzsmm-w9zpilpaohq8-s0jdbn-6tlrcn-gqhdsa-tasxdk-pdrzcjy745k8.1709939149984%40email.android.com.


Re: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-09 Thread Kintu Peter
am interested
+256789746493

On Thu, 7 Mar 2024, 17:18 THE tech,  wrote:

> I will be happy to join you my friend +2347068821240
>
> On Wed, Mar 6, 2024, 10:54 PM Ogunkoya Mayowa 
> wrote:
>
>> Add me +2349066713865
>> I also want to learn and contribute to the project.
>>
>> On Wed, Mar 6, 2024, 3:29 PM Ambaig Baig  wrote:
>>
>>> I would like to join u into your project as I  am myself new in the
>>> world of Django I believe we both can progress largely if we Collab as I
>>> have made few projects in Django before
>>> Phone number: 03302424221
>>>
>>>
>>> On Sat, Mar 2, 2024, 8:58 PM SOLTAN NOURELDIEN 
>>> wrote:
>>>

 Hello, I am currently working on my Django Project for a specific
 course at my university. I have already finished reading "Django for
 Beginners" by William S. Vincent. Now, I am eager to start this project,
 but I am still in the learning and research phase. Therefore, I will
 provide the requirements for the project and would appreciate feedback or
 any tips from anyone with experience in such projects.

 For example, this will be my first time implementing a multi-user
 system. After doing extensive research, I learned about Django's model
 group concept managing this approach. Additionally, I discovered Django
 Channels and signals, which I have never heard of before. I would
 appreciate any advice or guidance on how to approach such a project.

 Furthermore, if anyone is interested in joining me on this journey, it
 would be wonderful. We can learn a lot from this project together. The
 deadline is less than two months, so please provide your Discord or
 WhatsApp number, and we can create a group to collaborate on this project.

 *The requirements for the project are as follows:*

 An app for student clubs:
 *SKS Admin:*

-
   - Create Club Page
   - Delete Club Page
   - Assign Club Manager
   - Activity Form (Approve, Reject)
   - Receive notifications (Whenever a change occurs in the club
   page) (Approve Change, Reject Change)
   - Request for Publishing Activity Post (Approve, Reject)
   - Search Club Page
   - Announce All Activities (Will be displayed on the main page)

 *Club Manager:*

-
   - Fill out the activity form
   - Request for publishing Activity Post (Sending it to admin, and
   after approval, the activity will appear on the club main page)
   - Receive Notification (The response to the Activity Form &
   Activity Post publishing request)
   - Edit Activity Post (Admin manager will receive a notification)

 *Student:*

-
   - Display weekly Activity Table
   - Display Clubs Main Page
   - Search (by category, by date)

 I will only focus on the backend development and integrate it into the
 template. I have other team members who will provide the Static HTML, CSS &
 JS files. I will incorporate them into the Django templates and work on
 making them interactive.

 Additionally, if time allows, I can implement additional features such
 as:

- Manager:
   - Submit an application to SKS to assign a club
   - Initiate a chat conversation between the manager and the SKS
- Student:
   - Become a member of a club
   - Follow Clubs
   - Follow the club pages
   - Like and comment on a post

 If you have any ideas or know of existing projects that could serve as
 inspiration, please feel free to comment. I would greatly appreciate it.

 Also, if you would like to collaborate with me for learning purposes
 and to work as a team, please don't hesitate to provide your contact
 information, and I will reach out to you. Thank you very much.

 --
 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+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/19da6a17-4c28-41d5-acb1-171fb052c9a1n%40googlegroups.com
 
 .

>>> --
>>> 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+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAEkU0UNXxfuSUcdHDsZZZGTnRGdhr00dgHhDcZmjQ1vE7xOB7Q%40mail.gmail.com
>>> 

facial recognition

2024-03-09 Thread Iza kim
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+unsubscr...@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.