Author: tim
Chroma RGB – PUBG
Comma AI
[openpilot] is open source software built to improve upon the existing driver assistance in most new cars on the road today.
TensorFlow ImageScaleUp
I started a TensorFlow notebook [TF_ImageScaleUp] to experiment with AI to deblur images.

Deep Convolutional Generative Adversarial Network
Learn PyTorch for deep learning in a day. Literally.
TensorFlow Developer Certificate in 2022: Zero to Mastery – Code Repository
Right Triangle Side and Angle Calculator
OpenRazer
The [openrazer.github.io] driver is community supported and adds Linux/Mac support for many Razer hardware devices.
Seamless textures from a single image: style transfer and SGAN
Whisper Speech Recognition
[Whisper] is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification.
[AI model from OpenAI automatically recognizes speech and translates it to English]
Fluora launches Razer Chroma Support
Visual Studio Code Shortcut – Open in a new window
Press CTRL + K and then release and press the letter O to open the current file in a new window.
RIP Stadia
What is Postman?
[Postman] is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster
AnyDesk
[AnyDesk] is ultra powerful remote desktop tool capable of remote troubleshooting issues in the hands of only people you trust.
ZBrush Alpha Library
Remote debug Android devices
gifuct-js
[gifuct-js] is a simple GIF image decoder.
The [HTML5_GifCanvas] sample draws a GIF on a HTML5 canvas.
I Made an OFF GRID 3D Printing Station
StayAwake
[StayAwake] is a useful tool for Windows to keep your machine from auto logging out.
[Cpp_PasteFromClipboardToForegroundApp] can paste text from the clipboard into the foreground app when the clipboard feature might be disabled.
[CSharp_ShareClipboard] is a C# app that can share the clipboard between computers.
I tried to build a ML Text to Image App with Stable Diffusion in 15 Minutes

I commented out the following from requirements.txt:
#torch==1.12.1+cu113
#torchaudio==0.12.1+cu113
#torchvision==0.13.1+cu113
Run the terminal commands from the Conda terminal:conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit=11.3 -c pytorch
py -m pip install –upgrade pip
pip install -r requirements.txt
pip install customtkinter diffusers transformers ftfy
python app.py

Expose the WinRT LampArray to Win32
TensorFlow DataSets
[TensorFlow Datasets] (TFDS) provides a collection of ready-to-use datasets for use with TensorFlow, Jax, and other Machine Learning frameworks. It handles downloading and preparing the data deterministically and constructing a tf.data.Dataset (or np.array).
The [TensorFlow Datasets Catalog] has numerous datasets available through the API.