AnujPanthri / Imagine-Color

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Jupyter Notebook 98.4%Language:Python 0.9%Language:CSS 0.3%Language:JavaScript 0.2%Language:Dockerfile 0.1%Language:HTML 0.1%