Skip to content

Face Feature Processing Android Application using Face++ API api, Express And mysql

Notifications You must be signed in to change notification settings

Telexine/SelfieLab

Repository files navigation

SelfieLab

alt text Selfie Processing Android Application using Face++ API api and Node js. Express + mysql With continuous integration

Stack

  • Android
  • Node JS (Express)
  • Firebase
  • Face++ API
  • mysql Stack

Getting Started

File Structure

Client Front-end (Android App)

./SelfieLab/Android

Server API,Backend (Node js Express)

./SelfieLab/Server

Installing API

  1. in (/Server)
 npm install
  1. import Database in directory
/sqlscript/travis.sql 
  1. Edit mysql config, Server path , Face++ API in
/Server/server.js
  1. Run Node (in /Server)
- node server.js
 or 
- sudo forever server.js (for run it forever but need to install forever first with -  npm install forever -g)

Update Path Android

in _function.java add your server path

  public static final String _ServerUrl =    "http://path-to-your/server";

Screen Shot

SS SS SS

About

Face Feature Processing Android Application using Face++ API api, Express And mysql

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published