Skip to content
View rhobro's full-sized avatar
🧠
Trying to get computers to think.
🧠
Trying to get computers to think.

Block or report rhobro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rhobro/README.md

You know that all the good projects are on private repositories. Nevertheless, here's a recap of those and the ones I'm working on.

Good stuff:

(In development) Neighbourhood got robbed. CCTV doesn't work anymore. Making a drone-based deterrent system. The "sentry" uses existing CCTV infrastructure and computer vision to locate intruders. I'm designing it to be efficient enough to run on old phones as well. The "controller" allows me to programmatically control my drone. In this case, it can instruct the drone to fly to the location, start filming and following them while calling the police simultaneously. They won't have seen that coming. Long term project - this one.

(In development) DIY Ring doorbell using old phone. Using CV to identify those outside, audio to know when lurking and not knocking. Passthrough of peephole video feed.

System allowing me to play sound from files or microphone across multiple computers in a network. Building turned into a giant speaker, basically.

Rust crate which interfaces to a decentralised crypto exchange. Using whole shebang in cryptography because it's a Dex. You can guess what I want to use it for :)

Neighbour's cat keeps trying to get into the house. Actually got in one time and hid inside the sofa. Mum's allergic. Making a computer-vision powered cat deterrent which uses sound. (Update: cat died :( so stopped development)

Rapid proxy-switiching privacy alternative to Tor. Used free online proxy lists with a testing system.

Quick app to allow me to sign in and out of school from my phone. Uses geofences for verification.

Kahoot bot :) (and other random experiments like for 2048, Wordle, rider, pianotiles)

Interface to a service allowing me to store unlimited amounts of MP4 video online and stream it anywhere for free anonymously. You can see why I wouldn't release that.

https://latinvocab.herokuapp.com/ - CLC Latin vocab tester, but Heroku free dyno plan stopped?

Pinned Loading

  1. Go script to download crypto dump da... Go script to download crypto dump data at https://gz.blockchair.com with(out) an API key for faster downloading)
    1
    package main
    2
    
                  
    3
    import (
    4
    	"compress/gzip"
    5
    	"errors"
  2. visio visio Public

    Service to allow unlimited storage of MP4 videos online and be able to stream it back with HLS for free.

    Go

  3. Java class to encrypt/decrypt string... Java class to encrypt/decrypt strings using the AES 256 bit encryption algorithm
    1
    package tech.neurobyte.dev.crypt;
    2
    
                  
    3
    import org.jetbrains.annotations.Contract;
    4
    import org.jetbrains.annotations.NotNull;
    5
    import org.jetbrains.annotations.Nullable;
  4. chem_fcs.py chem_fcs.py
    1
    from pdf2image import convert_from_path as conv
    2
    import numpy as np
    3
    import cv2 as cv
    4
    import random as rand
    5
    
                  
  5. parasshoot parasshoot Public

    DoC lab swarm

    Python 1

  6. triangle.rs triangle.rs
    1
    use reqwest::blocking as reqwest;
    2
    use stopwatch::Stopwatch;
    3
    
                  
    4
    const SRC: &str = "https://pastebin.com/raw/i8dSvvEK";
    5