This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
Seminay
Minimalist Windows Voice Assistant with Gemini Live API
Seminay is a simple, lightweight voice assistant for Windows that works with the Gemini Live API. Features: Voice Chat: Speak directly to Gemini and hear its response in real time. System Tray: It runs quietly in your Windows system tray. Open Source: Built with Python
I wanted to share the interface I built for myself, inspired by the AI "Samantha" from the movie "Her," after making a few revisions to it.
I tried to keep it as simple and user-friendly as possible. Just get a free API Key from "https://aistudio.google.com", enter it into the prompt when you first launch the app, and you're good to go.
If you wish, you can change it later by entering a different key in the settings.
You can start the conversation either by speaking into the microphone right away or by double-clicking the capsule to type your message in the text field that appears. Gemini will only respond via voice.
As I mentioned, I tried to keep it quite minimal. Features like screen capture, camera, etc., have been removed. It is strictly for voice-based responses and chatting. (However, they might be added in the future if requested.)
I am not someone who knows how to code; I had AI write the code entirely, so please overlook any flaws. As far as I know, "Gemini Live" is an emerging technology, and we are using "api_version": "v1alpha" in the code.
Unfortunately, I couldn't get the other models to work. Due to these reasons, token limits, or server-side issues, there might be occasional interruptions. If it disconnects, try restarting the app at the very least; it will likely fix the issue.
Anyone is welcome to modify, improve, or take inspiration from this app for their own projects however they see fit—it's entirely up to you... Much love to everyone...
---
Seminay AI v.0.0.1 - Update Notes
I believe I have resolved the connection, memory, and Google Search issues. I personally tested it for 4.5 hours; as long as the application remains open, Google Search is active, Gemini can access up-to-date information, the connection refreshes, there is no noticeable interruption, and the memory remains intact... (Note: Due to Google authorization token limitations, Gemini may occasionally lock the interface in "thinking" mode when a query requires a search. If this happens, simply speak to it again; this will refresh the connection and search limits, allowing you to continue the conversation from where you left off.)
The data transmission method has been updated to the current method required by Google.
Various code and interface improvements were made. (Transparent background, dragging, shadow effects, etc.)
honestly this looks really handy, love that it just sits in the tray. one thing though, can you add a hotkey to push to talk? like holding a key to record instead of clicking would make it way easier when im already typing in another window
About Seminay on Product Hunt
“Minimalist Windows Voice Assistant with Gemini Live API”
Seminay was submitted on Product Hunt and earned 0 upvotes and 2 comments, placing #145 on the daily leaderboard. Seminay is a simple, lightweight voice assistant for Windows that works with the Gemini Live API. Features: Voice Chat: Speak directly to Gemini and hear its response in real time. System Tray: It runs quietly in your Windows system tray. Open Source: Built with Python
Seminay was featured in API (98.4k followers), Developer Tools (515.9k followers), Artificial Intelligence (473.7k followers) and GitHub (41.3k followers) on Product Hunt. Together, these topics include over 219k products, making this a competitive space to launch in.
Who hunted Seminay?
Seminay was hunted by Özgür. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how Seminay stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.
Greetings Everyone,
I wanted to share the interface I built for myself, inspired by the AI "Samantha" from the movie "Her," after making a few revisions to it.
I tried to keep it as simple and user-friendly as possible. Just get a free API Key from "https://aistudio.google.com", enter it into the prompt when you first launch the app, and you're good to go.
If you wish, you can change it later by entering a different key in the settings.
You can start the conversation either by speaking into the microphone right away or by double-clicking the capsule to type your message in the text field that appears. Gemini will only respond via voice.
As I mentioned, I tried to keep it quite minimal. Features like screen capture, camera, etc., have been removed. It is strictly for voice-based responses and chatting. (However, they might be added in the future if requested.)
I am not someone who knows how to code; I had AI write the code entirely, so please overlook any flaws. As far as I know, "Gemini Live" is an emerging technology, and we are using "api_version": "v1alpha" in the code.
Unfortunately, I couldn't get the other models to work. Due to these reasons, token limits, or server-side issues, there might be occasional interruptions. If it disconnects, try restarting the app at the very least; it will likely fix the issue.
Anyone is welcome to modify, improve, or take inspiration from this app for their own projects however they see fit—it's entirely up to you... Much love to everyone...
---
Seminay AI v.0.0.1 - Update Notes
I believe I have resolved the connection, memory, and Google Search issues. I personally tested it for 4.5 hours; as long as the application remains open, Google Search is active, Gemini can access up-to-date information, the connection refreshes, there is no noticeable interruption, and the memory remains intact... (Note: Due to Google authorization token limitations, Gemini may occasionally lock the interface in "thinking" mode when a query requires a search. If this happens, simply speak to it again; this will refresh the connection and search limits, allowing you to continue the conversation from where you left off.)
The data transmission method has been updated to the current method required by Google.
Various code and interface improvements were made. (Transparent background, dragging, shadow effects, etc.)