Growing India News, world news, nation news, our news, people's news, grow news, entertainment, fashion, movies, tech, automobile and many more..
Friday, April 19, 2024
Show HN: Minard – Generate beautiful charts with natural language https://ift.tt/OBrIaTU
Show HN: Minard – Generate beautiful charts with natural language Hi HN – Excited to share a beta for Minard, a new data visualization toolkit we've been working on that lets you generate publication-quality charts with simple natural language (throw away your matplotlib docs and rejoice!). Upload or import CSVs, Excel, and JSON, give it a spin, and please let us know what you think! (Long format data works best for now) For those curious, the stack is a simple Django app with HTMX/Alpine and all of the charts are specified and rendered as Vega ( https://ift.tt/3Id1g6q ). Lots of LLM function calling under the hood as well. https://minard.ai April 18, 2024 at 11:27PM
Thursday, April 18, 2024
Show HN: I also made a three-body simulation https://ift.tt/vHwDJnI
Show HN: I also made a three-body simulation Somewhat inspired by a recent post here, I also made a three-body simulation on a whim, meaning to try out macroquad[0] (verdict: really nice!). Thanks to the engine I could trivially target wasm as well, so others can get mesmerized too. The source is available here: https://ift.tt/uWjkrD8 [0]: https://ift.tt/r89LA4S https://three-bodies.sulami.xyz/ April 18, 2024 at 06:53AM
Show HN: Trained Tiny Tales GPT(30M model)from scratch and deployed in $15 https://ift.tt/dcjRweK
Show HN: Trained Tiny Tales GPT(30M model)from scratch and deployed in $15 For the last few weeks, I have been working on training an LLM from scratch and deploying it in production on Google Cloud Platform. Finally, I trained a 30 million parameter model on 1 billion tokens and deployed it as a web service. You can access the LLM using this site - https://ift.tt/0aBXfI3 The following steps were taken to build Tiny Tales GPT 1. Downloaded and preprocessed 8GB of dataset using multiprocessing library. 2. Tokenized the data using byte pair encoding to create 1 billion tokens sharded in different bin files. 3. Defined a training setup and trained the model on a small version of the LLaMA model architecture with 30 million parameters. 4. The training was done using Distributed Data-Parallel on two A-100 GPUs provided by JarvisLabs.ai (they are most cost-optimized) 5. After the training is done, an inference script is created to predict the tokens from the trained model given the input context vector. 6. Developed REST-based API service using Flask framework to interact with the inference service to the end user. 7. Finally used GCP's virtual machines, instance groups, load balancers, and DNS services to deploy the service on the internet. https://ift.tt/RfqQg8z April 18, 2024 at 02:25AM
Show HN: Easy Folders – A folders based organization tool for ChatGPT and Claude https://ift.tt/urFUOYv
Show HN: Easy Folders – A folders based organization tool for ChatGPT and Claude Download for free: https://ift.tt/3bOCfNk A simple and powerful tool to organize chats in ChatGPT and Claude. ** NEW! Claude support added - Create folders and organize your chats for Claude ** ** NEW! Multi-account support added - Create folders and organize your chats for multiple ChatGPT & Claude accounts, and switch between them seamlessly. ** - Privacy focused, your data is all stored on your local machine - Create folders & sub-folders for your chats - Easy-to-use drag & drop - Colored folders - Automatic folders for Custom GPTs - Sync folders across multiple devices - Full chat history search - Bookmark important chats - Bulk delete chats - Backup & Import data - Dark & light mode support April 18, 2024 at 01:11AM
Wednesday, April 17, 2024
Show HN: A shell CLI tool to predict your next command enhanced by LLM and RAG https://ift.tt/G0Yu7ym
Show HN: A shell CLI tool to predict your next command enhanced by LLM and RAG Termax leverages the power of large language models (LLMs) and retrieval-augmented generation (RAG) to dynamically generate shell commands, simplifying complex tasks and enhancing productivity. 1. converts your natural language to commands 2. guess the user's next command given past actions 3. ease of use plugin (Ctrl-K) We would like to encourage you to install Termax and start powering up your command line coding. Your feedback and contributions are invaluable to us. Join our community of developers to make Termax even better! https://ift.tt/udJn49W April 17, 2024 at 12:35AM
Show HN: Bridge – Automatic Infrastructure for Django https://ift.tt/bYka0sE
Show HN: Bridge – Automatic Infrastructure for Django https://ift.tt/1iHBsI8 April 16, 2024 at 10:38PM
Tuesday, April 16, 2024
Show HN: YouTube Shorts Redirector https://ift.tt/t9D5zIR
Show HN: YouTube Shorts Redirector I am neurodivergent and noticed the Youtube Shorts format was hacking my brain to engage longer than I wanted. I wrote this quick extension to gain my time back. If you have suggestions for improvement, I'm all ears. Thank you :) https://ift.tt/JEL5o6I April 16, 2024 at 06:29AM
Subscribe to:
Posts (Atom)
Show HN: Do You Know RGB? https://ift.tt/t8kUpbO
Show HN: Do You Know RGB? https://ift.tt/OWhvmMT June 24, 2025 at 01:49PM
-
Show HN: An AI logo generator that can also generate SVG logos Hey everyone, I've spent the past 2 weeks building an AI logo generator, ...
-
Show HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data https://ift.tt/yrqHZtDShow HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data Hey HN, I built this tool because I wanted to understand which...
-
Show HN: Federated IndieAuth Server implemented as a notebook https://ift.tt/32IC633 April 27, 2021 at 04:37PM