Pinned Repositories
30-days-of-code
30 Days of Code by HackerRank Solutions in Java.
Automated-Depression-Detectiom-from-Tweets
The source code and dataset for comparing NLP techniques used to detect depression from tweets, including preprocessing, model implementations, and evaluation metrics.
BashMocha
It's just my 'greeting' repo., nothing insteresting here.
chip8-emulator
A fully-featured Chip-8 emulator written in C and SDL
cpu-fcfs-scheduler
This is a five-state OS simulation that has been scheduled by the FCFS (first come, first serve) algorithm.
CS50-2022
CS50's Introduction to Computer Science
object-detection-on-raspberry-pi
A real-time object detection model on Raspberry Pi 4
Prompting-LLMs-for-Aerial-Navigation
Prompts and source code for applying LLMs to UAV-based navigation tasks with various model integrations
Reinforcement-Learning-in-AirSim
Autonomous Driving in AirSim by Reinforcement Learning
BashMocha's Repositories
BashMocha/Prompting-LLMs-for-Aerial-Navigation
Prompts and source code for applying LLMs to UAV-based navigation tasks with various model integrations
BashMocha/object-detection-on-raspberry-pi
A real-time object detection model on Raspberry Pi 4
BashMocha/30-days-of-code
30 Days of Code by HackerRank Solutions in Java.
BashMocha/Automated-Depression-Detectiom-from-Tweets
The source code and dataset for comparing NLP techniques used to detect depression from tweets, including preprocessing, model implementations, and evaluation metrics.
BashMocha/BashMocha
It's just my 'greeting' repo., nothing insteresting here.
BashMocha/chip8-emulator
A fully-featured Chip-8 emulator written in C and SDL
BashMocha/cpu-fcfs-scheduler
This is a five-state OS simulation that has been scheduled by the FCFS (first come, first serve) algorithm.
BashMocha/CS50-2022
CS50's Introduction to Computer Science
BashMocha/cs50-ai
Project submissions for Harvard CS50's Introduction to Artificial Intelligence with Python
BashMocha/Reinforcement-Learning-in-AirSim
Autonomous Driving in AirSim by Reinforcement Learning
BashMocha/cs50-python
CS50’s Introduction to Programming with Python
BashMocha/deeplearning.ai-advanced-tensorflow
BashMocha/deeplearning.ai-tensorflow-developer-course
Assignments and exercises for DeepLearning.AI TensorFlow Developer course
BashMocha/dotfiles
configuration files on my workstation
BashMocha/finance-web-app
This is a web application implemented using Flask and bootstrap that works like a mini stock exchange system.
BashMocha/Java-OOP-Examples
Collection of Object Oriented Programming examples in Java
BashMocha/leetcode-solutions
Solutions to Leetcode problems; updated daily
BashMocha/minesweeper-ai
A simple minesweeper game with AI coded in python. You could play the game either by yourself or with AI.
BashMocha/multithreaded-tcp-ip-chat-server
multithreaded server-client application where multiple clients can send text and files via server
BashMocha/pagerank-algorithm
PageRank (PR) is an algorithm used by Google Search to rank web pages in their search engine results
BashMocha/quiz-api-app
A web application with multiple choice quiz questions with Open Trivia DB API
BashMocha/riscv-center-of-mass-locator
RISC-V project that locates the center of mass of an image formatted in RGB.