henryhawke's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
f/awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
openai/whisper
Robust Speech Recognition via Large-Scale Weak Supervision
junegunn/fzf
:cherry_blossom: A command-line fuzzy finder
localsend/localsend
An open-source cross-platform alternative to AirDrop
ggerganov/whisper.cpp
Port of OpenAI's Whisper model in C/C++
facebookresearch/faiss
A library for efficient similarity search and clustering of dense vectors.
ShareX/ShareX
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
camenduru/stable-diffusion-webui-colab
stable diffusion webui colab
serengil/deepface
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
chidiwilliams/buzz
Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.
timzhang642/3D-Machine-Learning
A resource repository for 3D machine learning
mac-cain13/R.swift
Strong typed, autocompleted resources like images, fonts and segues in Swift projects
FMInference/FlexGen
Running large language models on a single GPU for throughput-oriented scenarios.
thedevs-network/kutt
Free Modern URL Shortener.
total-typescript/ts-reset
A 'CSS reset' for TypeScript, improving types for common JavaScript API's
searchkit/searchkit
React + Vue Search UI for Elasticsearch & Opensearch. Compatible with Algolia's Instantsearch and Autocomplete components.
amazon-science/mm-cot
Official implementation for "Multimodal Chain-of-Thought Reasoning in Language Models" (stay tuned and more will be updated)
zws-im/zws
Shorten URLs using invisible spaces
TradeMaster-NTU/TradeMaster
TradeMaster is an open-source platform for quantitative trading empowered by reinforcement learning :fire: :zap: :rainbow:
Just-Moh-it/Pckd
The ⚡️ analytics-intensive, self-hostable link-shortener with a beautiful UI | AKA free bit.ly alternative 🚀
am15h/tflite_flutter_plugin
TensorFlow Lite Flutter Plugin
abuanwar072/Furniture-App-UI-2-Flutter
naveenjujaray/DeveloperFolio
Flutter web - DeveloperFolio template
yhyozturk/Doctor-Appointment-App
This project written with Flutter
saiprabhakar/DeepDriving
Driving in TORCS using Caffe following Direct Perception approach
dblanding/diy-ROS-robot
DIY ROS mobile robot
AdroitAnandAI/ADAS-Car-using-Raspberry-Pi
ADAS Car - with Collision Avoidance System (CAS) - on Indian Roads using LIDAR-Camera Low-Level Sensor Fusion. DIY Gadget built with Raspberry Pi, RP LIDAR A1, Pi Cam V2, LED SHIM, NCS 2 and accessories like speaker, power bank etc
esc122/RaspberryPi-RobotCar
akshaymogaveera/Self-Driving-Robot-Using-Neural-Network
This project introduces the autonomous robot which is a scaled down version of actual self-driving vehicle and designed with the help of neural network. The main focus is on building autonomous robot and train it on a designed track with the help of neural network so that it can run autonomously without a controller or driver on that specific track. The robot will stream the video to laptop which will then take decisions and send the data to raspberry pi which will then control the robot using motor driver. This motor driver will move the robot in required directions. Neural Network is used to train the model by first driving the robot on the specially designed track by labeling the images with the directions to be taken. After the model is trained it can make accurate predictions by processing the images on computer. This approach is better than conventional method which is done by extracting specific feature from images.