metr1ckzu / react-color-mood-ai

Simple React AI app to determine colors' mood

Home Page:https://metr1ckzu.github.io/react-color-mood-ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Color Mood AI

This is app learns determine colors' mood by users input using Machine Learning under the hood.

The main goal of this project project is to learn new stuff and make awesome small side project. Also to be an inspiration and guide to dive to new technologies in React.

Things I want to achieve with this project

  • Improve HTML/CSS knowledge
  • Learn using Material-UI
  • Improve Javascript and React knowledge
  • Learn to make awesome animations on DOM and SVG elements with GSAP (which is "cooler" than CSS animations)
  • Start diving into machine learning

What is next?

Probably this app will be a part of much bigger and cooler project which will be kinda like my sandbox of more awesome things I learn in future.

Quick start

$: git clone https://github.com/metr1ckzu/react-color-mood-ai.git
$: cd react-color-mood-ai
$: npm install
$: npm start

License

MIT License

Copyright

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Simple React AI app to determine colors' mood

https://metr1ckzu.github.io/react-color-mood-ai/

License:MIT License


Languages

Language:JavaScript 90.2%Language:HTML 9.4%Language:CSS 0.4%