Pinned Repositories
epub_to_text
Extract text from an epub file for LLM training, similarity search embedding, textual data analysis, or text to speech. Created for learning purposes by a professional robotics engineer. Located in Cleveland and studying the world
fast-binary-image-classification
Classify images in real time. Retrain this CNN with your own dataset. For the binary classification problem. Developed for detecting thumbs up or thumbs down.
imu-three.js
three.js imu animation
local-low-code-chat-mistral
Chat with an AI Chatbot locally with no internet access
Low-Code-Chat
This git repository hosts a user interface for a chat-app written in Pure Python with less than 50 lines of code. Connect your OpenAI API for Chat-GPT like chatting. Created for Learning Purposes, this repo has a focus on correct repo structure.
MachineLearning
pi-pico-serial
communicate with a raspberry pi pico from a computer over wired connection
py-net-sockets
This code implements wireless socket communication between a server and client - written in pure python with a user interface for both computers. To recreate what ive done here you'll need two laptops and a network to communicate over. Make sure your IP addresses and subnet masks are correct and networkable.
R2-Dualsense2
implements the control of a double joint robot using Sony's Dualsense (PS5) controller. (Pure python). Demonstrates external device communication, the strength of using classes while programming, and the power of simple user interfaces. By Brian Lesko for learning purposes.
RAG-text-search
This git repository hosts a user interface for a chat-app, with integrated text similarity search for querying a document. Think of it as an upgrded Cmd+F search. It's written in Pure Python. Created for Learning Purposes.
BrianLesko's Repositories
BrianLesko/local-low-code-chat-mistral
Chat with an AI Chatbot locally with no internet access
BrianLesko/Car-Sim-PS5
Control a vehicle simulation with a ps5 remote
BrianLesko/camera-server-udp-python
Transmit a live camera feed over a LAN network using UDP
BrianLesko/dns-docker
Access other computers and web apps by name rather than IP. The Domain name system used here is running in a docker container.
BrianLesko/dualsense-arduino-pwm-serial
Control the PWM signal of an arduino with a dualsense controller. Both devices wired into the same computer
BrianLesko/dualsense-arduino-pwm-wifi
Control the PWM output of an arduino using a dualsense PS5 controller through wifi
BrianLesko/email-read-python
Read your incoming emails programatically with this python code
BrianLesko/email-send-python
Send an email from a python program
BrianLesko/event-calendar-javascript
display events using javascript and html code.
BrianLesko/flickrapi
Python Flickr API implementation
BrianLesko/H7-web-server-TCP
This code implements a server run on a microcontroller. The server can be connected to using TCP network protocol and was developed using the Arduino Portenta H7. Written in pure Micropython
BrianLesko/http-camera-server-python
Server and client code for broadcasting and receiving an HTTP camera stream. The HTTP stream is also accessible from a web browser. Tested on a LAN network and Is very low latency.
BrianLesko/http-to-hls
HLS segments video into chunks
BrianLesko/live-video-denoise
Denoise a live video feed with low resolution
BrianLesko/Nano-BLE-PWM-IMU-micropython
PWM and IMU code written in micropython for the Arduino Nano BLE Sense Rev 2
BrianLesko/network-scan-python
Scan your network with a short python script
BrianLesko/NICLA-tcp-camera-server
BrianLesko/NICLA-udp-camera-server-micropython
use the NICLA vision arduino board to broadcast a UDP camera server
BrianLesko/pdf_to_text
convert a PDF document to text, written in python.
BrianLesko/Portenta-Vision-Camera-Server
A TCP Camera Server Accessible from the web browser running on a Portenta Vision Shield. Gets nearly 60 FPS at the current settings
BrianLesko/rpi-tcp-cam-server
Run a camera server on the raspberry pi
BrianLesko/SQL-Container-Write
Write data to a mySQL database hosted within a container
BrianLesko/SQL-document-embedder
part of my study of mySQL docker containers and Text based AI systems.
BrianLesko/SQL-document-query
Use cosine similarity to search through dozens of documents for the most relevant information
BrianLesko/SQL-document-tokenizer
Tokenize Documents in a containerized mySQL server
BrianLesko/SQL-document-uploader
Upload documents to a SQL database, full text, encoded, and compressed
BrianLesko/stl-viz-python
visualize an stl file in python
BrianLesko/text-compression-python
Upload a PDF, extract the text, and compress the text to a binary format
BrianLesko/transfer-function-python
Modeling the real world is hard. Physics often gives us differential equations, which are not so easy to solve, so what do we do? One option is to use transfer functions, which simplifies differential equations into algebraic ones.
BrianLesko/video-player-html