
Triv
AI-powered driving education platform
What it does
Triv AI: The Future of Driving Education. Learn to drive with our innovative AI-driven platform. Gain essential skills, personalized feedback, and practical training. Prepare for your driver's license confidently and safely
Does a similar job
all alternatives →
- HIHow I built a self-driving (RC) car.2012 · ▲300
I have been taking Andrew Ng's Machine Learning course. The lecture module on Neural Networks ends with an intriguing video of the ALVINN autonomous car driving itself along normal roads at CMU in the mid 90s. I was inspired by that video to see what I could build myself. A link to my incomplete write up was posted a couple of weeks ago (ouch!) but I finally finished it and open sourced the code tonight (so you can build your own self driving car). What do you think? http://blog.davidsingleton.org/nnrccar https://github.com/dps/nnrccar




More life & fun this month
the category →- TL
Life & fun · 12d ago · louisabraham.github.io


- CCCreatium Coach▲321
Your multimedia mentor that takes you from mid to great
Life & fun · 13d ago · producthunt.creatium.info


Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 29d ago · everycube.alen.is
Source: Product Hunt launch ↗
Launched alongside, August 2023
the whole month →



Lottielab▲871Create and ship lottie animations to sites and apps faster
Dev tools · 2023 · lottielab.com
- LC
Outlines is a Python library that focuses on text generation with large language models. Brandon and I are not LLM experts and started the project a few months ago because we wanted to understand better how the generation process works. Our original background is probabilistic, relational and symbolic programming. Recently we came up with a fast way to generate text that matches a regex (https://blog.normalcomputing.ai/posts/2023-07-27-regex-guide...). The basic idea is simple: regular expressions have an equivalent Deterministic-Finite Automaton (DFA) representation. We…
AI · 2023 · github.com