Skip to content

ameni-selmi/face-swap-and-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

face swap and filter app

face swap and filters web application

Technologies used

Python flask application
openCV library
dlib library
ReactJS open-source front-end

Run Locally

1. Clone repo

$ git clone https://github.com/ameni-selmi/face-swap.git
$ cd mearn-face-swap

2. Run Backend

$ cd backend
# Activate virualenv for windows
$ venv\Scripts\activate
# Install Flask on the enviroment
$ pip install flask python-dotenv
# Run flask
$ flask run

3. Run Frontend

# open new terminal
$ cd frontend
$ npm install
$ npm start

4. Navigate

Screenshots

home

Face swap

src

des

rslt

Face filter

face filter

Releases

No releases published

Packages

No packages published