Application developed in Python, using Flask Framework, to recognize peoples from image uploaded. In this case, database was inserted images from brazilian actors and actresses.
- Clone the repository: https://github.com/heytorvas/face-recognition.git
- In the root folder from project, use command to install necessaries libraries: pip install requirements.txt
- After libraries installed, use command to run project: flask run