TuringAI Project: machine learning based web application that allows user to compare their or someone elses face to those of various politics. Face detection and extraction was develeped using MTCNN and FaceNet models. Web-app was developed using flask.
Authors: Vykintas Valužis, Titas Jonaitis. Project was developed as a final coursework for Introduction to Artifical Intelligence course at Turing School.
- Clone this repo
git clone https://github.com/jonaititas/TuringAI.git
- Install Anaconda
- Open Anaconda prompt (Windows) or Terminal and navigate to the cloned repo
- Create new enviroment with dependencies by executing
conda env create -f environment.yml
- Activate created enviroment
conda activate turing_ai
- Run the Flask server by executing
python server.py