Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izeigerman/mypeople
Corporate culture recommender system
https://github.com/izeigerman/mypeople
Last synced: 10 days ago
JSON representation
Corporate culture recommender system
- Host: GitHub
- URL: https://github.com/izeigerman/mypeople
- Owner: izeigerman
- Created: 2018-04-07T14:26:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T14:40:43.000Z (over 6 years ago)
- Last Synced: 2024-10-06T12:41:37.848Z (about 1 month ago)
- Language: Scala
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyPeople
The recommender system which for a given person generates a list of people (coworkers) with similar mindset based on their interests, location and department.
## Requirements
```
SBT >= 1.0.0
```## How to run
1. Compile code using SBT:
```
sbt "project mypeopleUi" fastOptJS "project mypeople" compile
```
2. Specify token in the CULTURE_TOKEN environment variable:
```
export CULTURE_TOKEN=""
```
3. Launch application using SBT:
```
sbt "project mypeople" run
```
4. Access the app from your browser using this link: [http://localhost:12345/mypeople-ui/target/scala-2.12/classes/index-dev.html](http://localhost:12345/mypeople-ui/target/scala-2.12/classes/index-dev.html)
5. Type in the user's name and click on the row to see the leaderboard.