thedatatribune / dyPixa

Turning words into lively shades!
https://thedatatribune.github.io/dyPixa/
MIT License
11 stars 14 forks source link

User Interface #5

Open Team-thedatatribune opened 3 years ago

Team-thedatatribune commented 3 years ago

🌐 dyPixa UI Enhancement 🖌️

Developing an open-source web app, dyPixa, powered by ML and LLMs. APIs enable color scheme recommendations and dynamic image generation (Issue #4).

Requirements

We aim to address various UI needs:

  1. Text-Based Color Recommendation 🌈

    • Create a web portal for text input, fetching color suggestions via API (JSON).
    • Display results intuitively on the same portal.
  2. Text-to-Image Conversion 📝🖼️

    • Input text to trigger ML/CV model for image generation.
    • Render and allow users to download/share images.
  3. Color-to-Image Generation 🎨🖼️

    • Enable color selection and input for image generation (#4).
    • Output an image based on color input.
    • Optionally, accept an image input for enhanced image generation.
unniznd commented 1 year ago

I will develop a Django application for this, can you assign it to me?

ravi-prakash1907 commented 1 year ago

I will develop a Django application for this, can you assign it to me?

Thank you for your willingness to contribute! Your offer to develop a Django application for this is greatly appreciated. I've assigned this task to you. Please proceed with the development. I recommend you refer to Issue #30 for additional context. Good luck, and we look forward to your contributions!

ConradKash commented 1 year ago

Can I contribute to this issue for hactober

ravi-prakash1907 commented 1 year ago

@ConradKash you can contribute to this issue by improving UI of the existing Flask-based web solution with:

  1. Ability to take image input.
  2. Making it a responsive web portal.
  3. Enhancing the theme of the web app.

You can find the current solution in ColourRecommandation/ directory.