Friday, February 3, 2023

Show HN: Amazon Product Recommendations Using ChatGPT https://ift.tt/zQUOBmg

Show HN: Amazon Product Recommendations Using ChatGPT Hi HN! I built recommendation system using GPT-3 to figure out what product to buy on Amazon. The LLM asks questions to sus out what requirements I have and then also generates 3 recommended products based on the chat. It then searches a third-party Amazon API currently. Let me know what you think! https://ift.tt/6lbr0zD February 4, 2023 at 12:59AM

Show HN: Emoji generator using Chat-GPT https://ift.tt/PhoSpjH

Show HN: Emoji generator using Chat-GPT Hi All. Background: You might have had the thought that traditional emoji searches found on Twitter and in iOS really suck. Features: To solve this we came up with Emoji AI using OpenAI API. 1. It handles multiple languages! Type 'frohlich hund' or 'kék elektromos autó' it gets it! 2. Long sequences of different emojis in one search! Yep, got that! 3. Misspellings, yep no problem getting from threee beaars 4. Extract key points from a long sentence, got it! "We went on a journey through winding roads and through mountains to a large goat farm." Feedback: Once you have you desired emoji result copy and paste it immediately in your favorite app. Give it a try and let us know feedback. For example making an extensible API, browser extension or discord bot. https://www.emojai.app/ February 4, 2023 at 12:15AM

Paytm Q3 consolidated loss narrows to Rs 392 crore

Paytm reported a positive EBITDA before ESOP cost (earnings before interest, taxes, depreciation, amortisation and employee stock option costs) of Rs 31 crore. This metric was negative Rs 393 crore in December quarter last year.

from Tech-Economic Times
via IFTTT

Thursday, February 2, 2023

Show HN: Trigger Webhooks from Postgres https://ift.tt/nqDgpam

Show HN: Trigger Webhooks from Postgres We just released a small open-source tool which enables you to fire HTTP requests from Postgres triggers. One of the things we’re using it for now is to send Slack messages when a new user is created and wanted to see what the community thinks as we explore more use cases! https://ift.tt/TYsJpkP February 3, 2023 at 03:34AM

Show HN: Mux Meet – open-source Zoom alternative https://ift.tt/eftmZYb

Show HN: Mux Meet – open-source Zoom alternative https://ift.tt/Hbx0pGM February 3, 2023 at 02:04AM

Show HN: AI model on a $3 chip (esp32) https://ift.tt/2O1xbvP

Show HN: AI model on a $3 chip (esp32) We finished a design that allows a plug-and-play solution with TensorFlow Lite and a web server with the UI on ESP32. Here is a video of the process: https://youtu.be/aEZX3JMzwTo I wanted to share the design in case anyone is interested as the camera is aimed at developers who want to play with AI models on the embedded side. https://ift.tt/HZODiPp February 3, 2023 at 02:03AM

Show HN: IDE Like Terminal https://ift.tt/wcKt8ZR

Show HN: IDE Like Terminal Terminal built with Tauri (Rust+Svelte). I got this idea of creating a terminal that is more user friendly having autocomplete suggestions. I couldn’t create a suggestions engine that would work for all commands. But I defined a structure (a state machine in src/cli/library/library.ts) that can be used to determine the next suggestions. The good part with this approach is that it is possible to have custom script based suggestions. For example if we write in the terminal “git checkout” and after we press Space, a dropdown will appear with all available branches. The bad part is that it will take some time to add more supported commands in this “library”. Another feature is that in the bottom bar of the terminal we can have custom script based information. In .manter.json we can define a script that will generate this information. The script will be executed each time the prompt appears. On the front-end are used web technologies which offer a flexibility to add any feature and style that we want. Repository: https://ift.tt/s4OewbK February 3, 2023 at 01:31AM