/Imagine-Color

Primary LanguageJupyter Notebook

title emoji colorFrom colorTo sdk pinned app_port
Imagine Color
🏃
indigo
yellow
docker
false
8000

hosted on hugging face space : https://anuj-panthri-imagine-color.hf.space/

Imagine-Color

An RNN based model which is used to generate color from text.

Some Guidelines for the Project:-

  • Ensure to write well structured and readable code.

Models:-

  • Make a simple Model (colgen-1)
  • Make it based on character level tokenization
  • It ignores special characters and replace them with a " "
  • Model with word-embedding (colgen-2)
  • Make it based on word level tokenization
  • don't use precalculated word embeddings

Web UI

  • Basic UI
  • Generate Color Functionality
  • Add Notifications
  • Save old color which are liked
  • Add search functionality
  • Add API endpoints
  • Add API Documentation
  • Add option to select which model to use