Open Issues Need Help
View All on GitHubAI Summary: Create a `GeminiCommunicator` class to handle communication with Google Gemini, likely involving methods for sending prompts and/or screenshots and receiving responses. This is part of a larger project to build a smart search bar leveraging Gemini's capabilities.
This program asks for a prompt and/or a screenshot to send to Gemini, like a smart searchbar.
AI Summary: Animate the text input field in a GemQSS (smart searchbar) application to smoothly transition to the top-left corner and expand to full width when the window is fully expanded.
This program asks for a prompt and/or a screenshot to send to Gemini, like a smart searchbar.
AI Summary: Create a CONTRIBUTING.md file for the GemQSS project, outlining guidelines for contributing to the project's codebase and development.
This program asks for a prompt and/or a screenshot to send to Gemini, like a smart searchbar.
AI Summary: Debug and optimize JavaFX animations in a Gemini-integrated smart searchbar application to eliminate choppiness during window resizing. The goal is to improve the user experience by ensuring smooth animations, particularly when the window size changes.
This program asks for a prompt and/or a screenshot to send to Gemini, like a smart searchbar.
AI Summary: Implement animations for the GemQSS smart searchbar application. This likely involves creating several sub-tasks focused on specific animation elements within the user interface.
This program asks for a prompt and/or a screenshot to send to Gemini, like a smart searchbar.
AI Summary: Create a `GemImaging` class to handle image processing and interaction within the GemQSS application. This likely involves sub-tasks related to capturing screenshots, preparing images for Gemini's input, and potentially handling image-based responses from Gemini.
This program asks for a prompt and/or a screenshot to send to Gemini, like a smart searchbar.
AI Summary: Implement a base64 encoder to convert 720p images into a base64 string format for use as input to the Gemini AI model within a smart searchbar application. This is needed to allow image uploads as part of the search query.
This program asks for a prompt and/or a screenshot to send to Gemini, like a smart searchbar.
AI Summary: Implement a resolution downscaler for images within the GemQSS project. The downscaler should check if an image's dimensions exceed 1280x720 pixels (921600 pixels). If so, it should resize the image to 1280x720 using BufferedImages. This functionality will be integrated into the GemQSS smart searchbar to ensure efficient processing of user-submitted images.
This program asks for a prompt and/or a screenshot to send to Gemini, like a smart searchbar.
AI Summary: Implement screenshot functionality within the GemQSS application using the Robot class to capture and store the image as a BufferedImage. This will allow users to include screenshots in their prompts for Gemini.
This program asks for a prompt and/or a screenshot to send to Gemini, like a smart searchbar.
AI Summary: Create a simple, visually appealing prompt interface (a search bar-like window) using a specified style (blue border, 'hacky' font, gray transparent background) within a new class called `PromptInterface`. Animations are not required at this stage.
This program asks for a prompt and/or a screenshot to send to Gemini, like a smart searchbar.