Dmarman.github.io

screenshot of Dmarman.github.io
tailwind

Tailwind Ink is an AI palette generator trained with the Tailwindcss colors.

Overview

Tailwind Ink is an AI palette generator designed with the colors of Tailwindcss. Despite being a side project with messy code, it uses two neural networks to predict a full palette based on the color input provided by the user.

Features

  • AI Palette Generator: Utilizes neural networks to predict a full color palette.
  • Predictive Models: Two models (shadesModel.js and nextModel.js) for predicting shades and colors, respectively.
  • Interactive User Interface: Allows users to pick a color and generate a custom palette.
  • Model Tuning: Users can adjust model training parameters for better results.
  • Model Training: Automatic training process with progress tracking for model development.
  • Model Saving: Provides options to save the trained model for reuse.
tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.