Skip to content
View RedEye1605's full-sized avatar

Highlights

  • Pro

Block or report RedEye1605

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
RedEye1605/README.md




๐Ÿ‘จโ€๐Ÿ’ป About Me

class Rhendy:
    def __init__(self):
        self.name = "Rhendy Japelhendal Saragih Sumbayak"
        self.role = "AI/ML Engineer Intern @ PT XLSmart Telecom Sejahtera Tbk."
        self.university = "Brawijaya University โ€” Information Systems (GPA 3.82/4.00)"
        self.location = "Malang, Indonesia ๐Ÿ‡ฎ๐Ÿ‡ฉ"
        self.focus = ["NLP", "Computer Vision", "MLOps"]
        self.tools = {
            "languages": ["Python", "SQL", "Java", "PHP"],
            "ml": ["PyTorch", "TensorFlow", "Scikit-learn", "XGBoost", "LightGBM"],
            "data": ["Pandas", "NumPy", "Spark"],
            "infra": ["Docker", "Linux", "Azure", "GCP", "Git"],
            "frameworks": ["FastAPI", "Streamlit", "Gradio"],
        }
    
    def get_current_projects(self):
        return [
            "๐Ÿ› ๏ธ Rhendix โ€” AI personal assistant & orchestrator",
            "๐Ÿ“ฆ Building open-source ML tools for the community",
            "๐Ÿ”ฌ Researching NLP techniques for Indonesian language",
        ]
    
    def fun_fact(self):
        return "I automate everything. Even my GitHub profile is maintained by my AI assistant."

๐Ÿ› ๏ธ Tech Stack

Languages & Frameworks

Python PyTorch TensorFlow FastAPI Java

Data & ML

Scikit-learn Pandas XGBoost Streamlit

DevOps & Cloud

Docker Linux Azure GCP Git


๐Ÿš€ Featured Projects

๐Ÿ‡ฎ๐Ÿ‡ฉ Leksara

Indonesian text preprocessing toolkit for E-commerce. Automates punctuation removal, stopword filtering, and slang normalization.

Python NLP Data Science

๐ŸŽฏ Task Router

Unified task ingestion & prioritization engine. Consolidates tasks from Gmail, Calendar, Notion, and messaging into a single priority queue.

Python Click SQLite Notion API

๐Ÿ‘ฅ CrowdCounting

AI-powered crowd counting with P2PNet (VGG16 backbone). Web UI, Gradio demo, and Docker deployment.

PyTorch Computer Vision Deep Learning

๐Ÿ† Comp Starter

One-command competition scaffold generator. Supports datathon, Kaggle, hackathon, and research templates.

Python Jinja2 CLI Templates

๐Ÿ“– Knowledge Forge

Personal knowledge retention engine with spaced repetition (SM-2). Import from arXiv, Obsidian, with full-text search.

Python FTS5 Spaced Repetition

๐Ÿ‘ค Presence Greeter

Privacy-first face recognition for Linux. GPU-accelerated (CUDA), liveness check, auto-lock/unlock.

PyTorch CUDA OpenCV Linux


๐Ÿ“Š GitHub Stats

GitHub Stats Top Languages
GitHub Streak Trophies

๐Ÿ† Competitions & Achievements

๐Ÿ… Achievement ๐Ÿ“… Year ๐Ÿ“ Event
Finalist 2026 Arkavidia 10.0 Datavidia โ€” ITB
12th Place 2025 Data Slayer 3.0 โ€” Telkom University
Top 8 Finalist 2025 Hology 8.0 Data Mining โ€” UB
Top 20 2024 Compfest Academy โ€” UI

๐Ÿ‘พ Contribution Graph

pacman contribution graph github-snake

Pinned Loading

  1. ResearchHub ResearchHub Public

    AI-powered research assistant - like NotebookLM but open-source. Features neural search, RAG chat with citations, podcast generation, and knowledge graph. Built with Next.js 14 + FastAPI.

    TypeScript

  2. Leksara Leksara Public

    Leksara is a Python toolkit for cleaning and preprocessing Indonesian text data, focused on the E-commerce domain. It automates text cleaning tasks like punctuation removal, stopword filtering, andโ€ฆ

    Python

  3. ClothRecognition ClothRecognition Public

    FashionAI is an AI-powered real-time clothing detection system built with a dual-stage pipeline (YOLOv8 + Color Classifier) and FastAPI. It enables instant identification of 8 clothing categories tโ€ฆ

    Jupyter Notebook

  4. CrowdCounting CrowdCounting Public

    AI-powered Crowd Counting solution using the P2PNet model (VGG16 backbone). Includes a responsive Web UI, Gradio demo, Docker support for easy deployment, and fine-tuned parameters for precise headโ€ฆ

    Jupyter Notebook

  5. ChessAI ChessAI Public

    A hybrid Chess AI trained using a combination of Supervised Learning, Reinforcement Learning, and Stockfish knowledge distillation. Features a custom SE-ResNet neural network architecture and a modโ€ฆ

    Jupyter Notebook

  6. GrowTrack GrowTrack Public

    GrowTrack adalah aplikasi Android untuk memantau gizi, kesehatan, dan risiko stunting balita. Fitur utama meliputi analisis pertumbuhan fisik, perhitungan gizi, pemeriksaan risiko kesehatan, dan deโ€ฆ

    Kotlin