nahme05999 / face-recognition-and-comparison

Detects and recognizes faces on webcam applications and compares the extracted face with forty other faces and displays the five most similar faces.
0 stars 0 forks source link

expand on readme #1

Open stephanschulz opened 1 year ago

stephanschulz commented 1 year ago

install streamlit pip install streamlit

navigate to the directory cd /Users/stephanschulz/Downloads/face-recognition-and-comparison-main/

run the python script by using streamlit streamlit run /Users/stephanschulz/Downloads/face-recognition-and-comparison-main/ajeebsir_face_rec.py

nahme05999 commented 1 year ago

Thanks for the feedback! I will add this clarification.