Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.