Skip to content

jrdbnntt/facetags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facetags

See what your friends look like through a computer's eyes.

Setup

Requirements

Server

  • python 2.7
  • pip
  • PostgresSQL 9.5
  • api/db keys

Static Frontend

  • node
  • npm
$ sudo npm install -g bower gulp-cli jade
$ cd static/
$ npm install
$ bower install

Installation

$ sudo apt-get install python-psycopg2 virtualenv
$ pip install Django
$ pip install django-allauth
$ pip install git+git://github.com/Clarifai/clarifai-python.git

Running

I recommend using Atom to edit the static/ and PyCharm to manage the server.

facetags-server

facetags-static

Gulp builder for frontend code.

$ cd static/
$ gulp watch    # Development (watches files)
$ gulp          # Production (compiles once)

Components

  • PostgreSQL
  • Facebook oauth via django-allauth
  • Facebook graph api integration for grabbing pictures
  • Clarifi api for tagging pictures

Project Setup

Apps

  • accounts - account management, user setup
  • `tagger' -

About

See what your friends look like through a computer's eyes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published