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.
Installation
To use Tailwind Ink, follow these steps:
- Download the repository.
- Run the model training by opening shades.html or next.html in your browser.
- Check the browser console for training progress.
- Once training is complete, customize the model using the provided options in training/shades.js and training/next.js.
- Copy and paste the generated inference function from the console into models/nextModel.js or models/shadesModel.js.
Summary
Tailwind Ink is a unique AI palette generator that leverages neural networks to create custom color palettes based on user inputs. Despite its side project origin and messy code, it offers an interactive interface for color selection and model tuning. By following the installation guide and exploring the model training options, users can generate and save personalized color schemes for their projects.