thedatatribune/dyPixa

User Interface

Opened this issue ยท 4 comments

๐ŸŒ 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.

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

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!

Can I contribute to this issue for hactober

@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.