Skip to content
View rmmajor's full-sized avatar

Highlights

  • Pro

Block or report rmmajor

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
rmmajor/README.md

Hey, I'm Roman

Building things with Python, deep learning, and a bit of everything else.


Projects

πŸ€– pyOptimize β€” Agentic LLM system for auto-optimizing Python code. ReAct agents, benchmarks on PIE dataset, 93.75% correctness, 2.41x speedup. Python LangChain OpenAI

🚁 drone-swarms-paralelization β€” Reinforcement learning for autonomous drone swarm coordination. Multi-agent path planning with PyTorch. Python PyTorch RL

♻️ EcoSortTech β€” YOLOv8-based waste detection and classification from camera feed. Trained on TACO dataset. Python YOLOv8 Computer Vision

βœ… TelegramHabitTracker β€” Gamified habit tracking Telegram bot with XP system, streak tracking, routine stacking, and 254-day auto-retirement. Python SQLAlchemy Telegram

🩻 covid_classifier β€” Deep neural network for COVID-19 detection from chest X-rays. Python Deep Learning

🧠 Simplest-neural-network β€” Neural network built from scratch with only NumPy. No frameworks. Learns y = xΒ³. Python NumPy

🌐 nlp_rag_proj β€” English-to-French neural translation service deployed on HuggingFace Spaces with Gradio UI. Python HuggingFace Docker

πŸ“Š neural_networks β€” Collection of DL projects: CNNs, time series forecasting, Q-learning, deep Q-learning. Python TensorFlow Jupyter

🎫 PPProject β€” Event ticket marketplace REST API with JWT auth, role-based access, and DB migrations. Python Flask SQLAlchemy

πŸ”„ tgConvertBot β€” Telegram bot for universal file format conversion (audio, video, docs, stickers). Python Telegram

πŸ“‘ tgMorseBot β€” Bidirectional Morse code translator bot for Telegram. EN + RU support. Python Telegram

🧡 multithreading-c- β€” Cross-platform multithreading: mutexes, semaphores, DLL compilation, RAM-mapping. Windows (WinAPI) + Linux. C++

😊 happiness_index_prediction β€” Predict happiness scores from GDP, life expectancy, etc. using custom gradient descent. Python NumPy

πŸ’° yahoo-finance-crypto-parser β€” Web scraper for historical crypto price data from Yahoo Finance. Python BeautifulSoup

πŸ“ informational_theory β€” 7 labs covering entropy, LZ78, arithmetic coding, channel coding. Python

πŸ“š guides β€” Personal knowledge base: Pandas, Django, SQL, TDD, Linux, web scraping. Markdown

Pinned Loading

  1. multithreading-c- multithreading-c- Public

    Simple multithreading project, which include mutexes, semaphores, compiling dll out of project, RAM-mapping. There is two versions of project: for Windows (using Winapi), and for Linux (written on …

    C++

  2. PPProject PPProject Public

    Python 2

  3. yahoo-finance-crypto-parser yahoo-finance-crypto-parser Public

    Web-scraping script for cryptocurrencies historical data in Python + bs4 and requests

    Python

  4. pyOptimize pyOptimize Public

    Agentic approach for optimizing python code evaluating LLMs

    Python 1

  5. covid_classifier covid_classifier Public

    Deep Neural Network to determine patient's status based on the X-rays of the chest

  6. drone-swarms-paralelization drone-swarms-paralelization Public

    RHR z TRSPO

    Python