GitXplorerGitXplorer
m

emo2repo

public
1 stars
1 forks
4 issues

Commits

List of commits on branch master.
Unverified
27485587c042da56d12e5f9bdc4ef821c3bc269f

Model to train

AAliMalik9599 committed 4 years ago
Unverified
5786d247ecd2f7704e701859348aa68756edd698

Create training data in format

AAliMalik9599 committed 4 years ago
Verified
43bae2e2963bb7f49b36e645b2de1beda073d201

Merge pull request #22 from michiboo/android-layout2

mmichiboo committed 5 years ago
Unverified
d48ec18884e39d7275190c2c53903b8c9ac59222

fix conflict

mmichiboo committed 5 years ago
Unverified
0c9d6d669c987acb119e6d2a7fb72dcc16692ae4

add hyperlink for repo & request func

mmichiboo committed 5 years ago
Verified
2da58253537890ba44781fc53720531cad22cd5a

Merge pull request #21 from michiboo/tmp

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