-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Arlyn edited this page Nov 11, 2020
·
1 revision
Usage Examples • How To Get Started •
- Upload an image file containing one face. For best results, use a HD image with the face covering most of the photo.
- Click 'Swap' button
- A random face-swapped meme will be displayed
- You can save or view in full size by right clicking the image and choosing 'Save image as...' or 'Open image in new tab' respectively
- If the face swapping algorithm was not able to detect just one face, an error may be displayed and you should upload a different photo
- Upload an image, get back the object's name in many different languages
- Open conda prompt in MemeSwap folder
- Type "conda create --name ailibrary --file root-env.txt"
- Type "pip install -r requirements.txt"
- Type "flask run"
- Open browser and navigate to "127.0.0.1:5000"
- Open new command prompt in /client/image-ml
- Ensure you have React installed
- Type "npm install"
- Type "npm start"