https://github.com/mattjennings/ehm-scout
Processes scout reports of players in Eastside Hockey Manager into attributes
https://github.com/mattjennings/ehm-scout
Last synced: about 1 month ago
JSON representation
Processes scout reports of players in Eastside Hockey Manager into attributes
- Host: GitHub
- URL: https://github.com/mattjennings/ehm-scout
- Owner: mattjennings
- Created: 2018-06-11T03:31:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T00:58:46.000Z (about 7 years ago)
- Last Synced: 2025-04-08T19:31:46.983Z (2 months ago)
- Language: JavaScript
- Size: 2.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EHM Scout
An application that will take a screenshots from Eastside Hockey Manager and translate them into attribute data. This is very incomplete and at this point is
a proof of concept. If it ever advances past that point then this README will become more detailed.# Getting Started
1. Install dependencies with `yarn`
2. Create a service account key for Google Cloud Vision API and put the .json file at `/serviceAccount.json`
3. run `yarn dev`