GitXplorerGitXplorer
m

emo2repo

public
1 stars
1 forks
4 issues

Commits

List of commits on branch master.
Verified
7240e86f3b62f93a1e3e88ddcb33ff6e59363be9

Merge branch 'master' into tmp

mmichiboo committed 5 years ago
Unverified
8d6901c59858e3f432b9d64a9466eecea05464e8

add music for surprise

mmichiboo committed 5 years ago
Verified
2eb6a28068d3b351ccaecf1813132f947a476e73

Update README.md

mmichiboo committed 5 years ago
Unverified
24235c1e8e7c64ae3932cba9e4a6cec800b413b4

fix for running model on threaded web app

mmichiboo committed 5 years ago
Verified
0cd2a1d58a9fa7be79e287dfe1b5089c4f3b695f

Merge pull request #20 from michiboo/backend

mmichiboo committed 5 years ago
Unverified
3e1d9801080fb2a9fd46b8b0f80e8eb0b2256fdc

add func to return repo

mmichiboo committed 5 years ago

README

The README file for this repository.

Emo2Repo

Open Source Love svg1 Emo2Repo logo

Emo2Repo is a application that match your emotion with a github repo! (Repo has emotion too!)

Quick Start (locally)

1. start streaming server

Enable docker:

sudo systemctl start docker

Build docker image:

docker build -t rtspserver .

Create & run container:

docker run  -i --name example --network host -t rtspserver

Start the server:

./build/rtsprelay -p 1234 -i `hostname -I | awk '{print $1}'`

2. Start backend server

Install dependencies: pip install -r requirements.txt

Start server: python app.py

3. Start Android App

Before building APP in Android studio you should make sure the IP address of streaming server & backend server are correct.

Architecture

Arch