Code Monkey home page Code Monkey logo

facerate's Introduction

facerate

a facial beauty rating web service

life advice:

delete facebook/instagram/snapchat lawyer up hit the gym

Instalation advice

before we start

If on windows download gitbash Replace in this advice list: server IP, pem file Start amazon instance t2.medium

connect to amazon instance:

ssh -i JaapOosterbroek_EC2_EUC1_2.pem [email protected]

get repro and build docker

sudo apt-get update sudo apt-get install docker.io -y git clone https://github.com/kozzion/facerate.git cd ~/facerate sudo docker pull continuumio/anaconda3

this next can one take about 10 minutes on t2.medium instance

sudo docker build -t facerate .

run docker

sudo docker run -p 80:80 facerate

or interactive:

sudo docker run -p 80:80 -it facerate /bin/bash # interactive --usefull docker commands

docker --version sudo docker image ls sudo docker container ls

sudo docker rm -f $(sudo docker ps -a -q) Kill all dockers sudo docker rmi -f $(sudo docker images -q) Remove all images sudo docker container stop [d87d91196ed9]

sudo docker run -p 80:80 -it facerate

//Reload eviroment after installing anaconda source ~/.bashrc
//Top sorted by mem top -o %MEM

-- for copying data use winscp killall5 -9

remove key

ssh-keygen -R 35.158.141.122

facerate's People

Contributors

kozzion avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.