Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikovac/ml-text-color-prediction
Simple ML application. Predicts text color based on background color to achieve good contrast.
https://github.com/ikovac/ml-text-color-prediction
Last synced: 4 days ago
JSON representation
Simple ML application. Predicts text color based on background color to achieve good contrast.
- Host: GitHub
- URL: https://github.com/ikovac/ml-text-color-prediction
- Owner: ikovac
- Created: 2020-05-27T16:26:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T22:05:22.000Z (about 2 years ago)
- Last Synced: 2024-05-16T23:56:55.826Z (8 months ago)
- Language: JavaScript
- Size: 645 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My first simple ML web application which predicts text color (white/black) depending on the background color.
Used to test python/javascript tensorflow model compatibility.
# Run it yourself
1. clone repo
2. cd ./nodejs-server
3. nodemon server.js
4. run web/index.html inside your web browser and there you have it.