S010MON
Software & Data Engineer @alephinsights | BSc Data Science and Artificial Intelligence
@alephinsights United Kingdom
Pinned Repositories
computer-security
A simple counter app where multiple users can login using a client and modify their counter by incrementing either up or down using all possible security measures
Data-Science-Job-Market-Analysis
Data Science Job Market
devops
flight-controller
A two part flight control system made up of an avionics component and ground station for controlling a model plane over radio. Long term plan to add self leveling flight, GPS telemetrics, and waypoint guidance.
git-workshop
A git workshop for first years at UM, from no knowledge to branch protections and pull requests
image-locate
Cross View Image Geolocation using Siamese Neural Networks
jogging
A simple logging framework for Java that allows for logging to .txt and .csv files with minimal setup and fuss
linux
Automated Linux build script. Build my preferred setup
Satellite-Aerial-Image-Retrieval
Satellite/Aerial Image Retrieval: using Bing maps tile system to automatically download aerial imagery (maximum resolution available) given a latitude, longitude bounding box.
sudoku
A Sudoku solver that can solve sudoku puzzles using a Depth First Search or Convolutional Neural Network
S010MON's Repositories
S010MON/linux
Automated Linux build script. Build my preferred setup
S010MON/git-workshop
A git workshop for first years at UM, from no knowledge to branch protections and pull requests
S010MON/computer-security
A simple counter app where multiple users can login using a client and modify their counter by incrementing either up or down using all possible security measures
S010MON/devops
S010MON/image-locate
Cross View Image Geolocation using Siamese Neural Networks
S010MON/Satellite-Aerial-Image-Retrieval
Satellite/Aerial Image Retrieval: using Bing maps tile system to automatically download aerial imagery (maximum resolution available) given a latitude, longitude bounding box.
S010MON/Tutoring-data_structures
Skeleton and example Java Classes for common data structures like Stacks, Lists, and Maps with test cases so that you can implement your own in a TDD way
S010MON/flight-controller
A two part flight control system made up of an avionics component and ground station for controlling a model plane over radio. Long term plan to add self leveling flight, GPS telemetrics, and waypoint guidance.
S010MON/jogging
A simple logging framework for Java that allows for logging to .txt and .csv files with minimal setup and fuss
S010MON/multi-agent-surveillance
A model using multiple agents that sense using visual and audible signals to detect within an unknown space
S010MON/Tutoring-exercises
S010MON/Tutoring-notes
S010MON/Data-Science-Job-Market-Analysis
Data Science Job Market
S010MON/fastapi-mysql-docker
A baseline API in composed docker containers with JWT authentication, password salting and hashing, with a mySQL database for storing user info
S010MON/image-processing
Image Processing course including Discrete Cosine Transform, Prinicpal Component Analysis, and Fast Fourier Transforms
S010MON/parallel-programming
Implementation of Parallel Programming constructs in OpenMP and MPI
S010MON/sudoku
A Sudoku solver that can solve sudoku puzzles using a Depth First Search or Convolutional Neural Network
S010MON/badminton-pegboard
An online pegboard for organising badminton games
S010MON/cross-view-localisation-WITW
Using ML to match ground level photos to overhead imagery.
S010MON/cryptanalysis
S010MON/data-labelling
S010MON/distributed-scraping-network
S010MON/flying-forward-2020-api
An API for handling the back end of the Flying Forward 2020 drone data collection tool
S010MON/flying-forward-2020-api_v1
An API for handling the back end of the Flying Forward 2020 drone data collection tool
S010MON/java-gradle-fx
A template repository for quickly building a project with java-17, gradle-7.3, and javafx with CI/CD workflows and branch protections configured
S010MON/nvim
Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.
S010MON/S010MON
S010MON/sentence-transformers
Multilingual Sentence & Image Embeddings with BERT
S010MON/stable-diffusion
A latent text-to-image diffusion model
S010MON/tensorflow-gpu
A template repository for anyone who wants to run their Tensorflow project on the GPU but has no idea where to start