Skip to content

A neural network that determines optimal font color (black or white) against background RGB values using basic backpropagation.

Notifications You must be signed in to change notification settings

c-kitt/ColorNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎨 ColorNet

A simple neural network that predicts whether black or white text will be easier to read on a given background color.

It uses RGB values as input (three nodes), runs them through a hidden layer (ReLU), as well as an activation layer (Sigmoid) and applies backpropagation during training to adjust its weights.

Developed with Python (Flask, NumPy) + HTML/JS frontend. Deployed via. Railway/Vercel.

Check it out here!

About

A neural network that determines optimal font color (black or white) against background RGB values using basic backpropagation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published