Skip to content

marksteve/emojify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emojify

A web service that tries to determine the appropriate emoji for a given image. It uses a CNN model trained with the CIFAR-10 dataset deployed in ML Engine to run predictions.

Setup

make
source venv/bin/activate
export PROJECT_ID=<Google Cloud Project ID>
export MODEL_NAME=<ML Engine Model Name>

Run

# Dev
python emojify.py
# Prod
gunicorn emojify -b 0.0.0.0:8000

About

A web service that tries to determine the appropriate emoji for a given image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published