Skip to content
Arlyn edited this page Nov 11, 2020 · 1 revision


AI Gallery
AI Gallery

An in-browser AI playground

Usage ExamplesHow To Get Started

✔️ Usage Examples

🔄 Memeswap

  • 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

🌐 Object Translator

  • Upload an image, get back the object's name in many different languages

➕...More in construction

📋 How To Get Started

  1. Open conda prompt in MemeSwap folder
  2. Type "conda create --name ailibrary --file root-env.txt"
  3. Type "pip install -r requirements.txt"
  4. Type "flask run"
  5. Open browser and navigate to "127.0.0.1:5000"
  6. Open new command prompt in /client/image-ml
  7. Ensure you have React installed
  8. Type "npm install"
  9. Type "npm start"