Skip to content

jonaiititas/TuringAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TuringAI

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.

Setup

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors