A gender detection and age prediction web application developed using Flask, Open CV, HTML & CSS
- The frontend of the application is built using HTML & CSS
- The backend is built using Flask and Open CV
Built the backend solution of the application. Integrated the OpenCV code as well as frontend developed by my fellow teammates with the flask backend.
Make sure you have Python, OpenCV, Flask and PIL installed on your system to run this project.
- Download the contents of the repository
- Make sure the necessary prerequisites are installed on your system
- Type the following command inside the directory on your terminal
python app.py
- Go to your browser and go to http://127.0.0.1:5000/
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request