UMass-Rescue / ImageSearch_CLIP

A system that creates clip embedding vectors for a large corpus of images, enabling efficient retrieval of images based on natural language text.
0 stars 1 forks source link

Add Application Metadata for Flask-ML Integration #55

Closed sravanigona closed 2 weeks ago

sravanigona commented 2 weeks ago

Description: Enhance the Flask-ML application by adding application metadata such as the name, author, version, and description. This metadata will be used by Rescue-Box Desktop to display information about the application in the application list. The metadata will be accessible via a new API endpoint (/api/app_metadata) which returns the information as a JSON object.

Outcome: The application metadata will be defined and accessible via the /api/app_metadata endpoint. This will allow Rescue-Box Desktop to display information about the application, including its name, author, version, and a brief description. Users will be able to see details about the application directly from the Rescue-Box interface.