https://github.com/izeigerman/mypeople
Corporate culture recommender system
https://github.com/izeigerman/mypeople
Last synced: 12 months ago
JSON representation
Corporate culture recommender system
- Host: GitHub
- URL: https://github.com/izeigerman/mypeople
- Owner: izeigerman
- Created: 2018-04-07T14:26:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T14:40:43.000Z (almost 8 years ago)
- Last Synced: 2025-02-08T11:15:37.661Z (about 1 year 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.