https://github.com/icyjoseph/colorpicker
Map colors to temperature picker using ML in the browser!
https://github.com/icyjoseph/colorpicker
brain-js brainjs color-picker machine-learning neural-network react reactjs styled-components
Last synced: 3 months ago
JSON representation
Map colors to temperature picker using ML in the browser!
- Host: GitHub
- URL: https://github.com/icyjoseph/colorpicker
- Owner: icyJoseph
- Created: 2018-05-11T05:41:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T14:59:52.000Z (almost 6 years ago)
- Last Synced: 2025-03-15T03:44:48.372Z (over 1 year ago)
- Topics: brain-js, brainjs, color-picker, machine-learning, neural-network, react, reactjs, styled-components
- Language: JavaScript
- Homepage: https://nauseating-party.surge.sh/
- Size: 117 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Learning in the Browser
## Map Temperature to Color
This project uses [Brain.js](https://github.com/BrainJS/brain.js/tree/develop/src).
The user can select `{temperature, color}` pairs which are used to train a Neural Network.
The temperature ranges from -50 degrees celsius to 50 degrees celsius.
Once the training is done the user can select different temperatures and see which color the Neural Network associates with it.
The user can also see and copy the function built by the Neural Network. This function is already scaled and ready to take temperatures from -50 degrees celsius to 50 degrees celsius.
Demo available at:
- [Map Temperature to Color](https://nauseating-party.surge.sh/)