Skip to content
View KosolCHOU's full-sized avatar

Highlights

  • Pro

Block or report KosolCHOU

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

🌾 Kosol Chou

Typing SVG

Portfolio LinkedIn Email Twitter


πŸ‘‹ Hey there!

I'm Kosol, a Data Science student at the Institute of Technology of Cambodia with a mission: bringing AI from satellites to rice fields.

Growing up in Cambodia, I've seen firsthand how technology can transform livesβ€”especially in agriculture. That's why I'm dedicated to building practical AI solutions that help farmers, protect crops, and contribute to food security in Southeast Asia.

class DataScientist:
    def __init__(self):
        self.name = "Kosol Chou"
        self.role = "Data Science Student & ML Engineer"
        self.location = "Phnom Penh, Cambodia πŸ‡°πŸ‡­"
        self.education = "B.Sc. Data Science @ ITC (2022-Present)"
        
    def current_mission(self):
        return "Building AI solutions for agricultural challenges"
    
    def daily_stack(self):
        return {
            "languages": ["Python", "SQL", "R"],
            "ml_frameworks": ["TensorFlow", "scikit-learn", "XGBoost"],
            "data_tools": ["Pandas", "NumPy", "Matplotlib"],
            "special_skills": ["Remote Sensing", "GIS", "Time Series"]
        }

πŸš€ What I'm Working On

🌾 CropXcel - My flagship project combining satellite remote sensing + ML to help farmers prevent crop waterlogging
πŸ“Š Stock Prediction Models - Deep learning with LSTM/GRU for financial forecasting
πŸš— Traffic Forecasting - ARIMA-based urban planning solutions
πŸ“š Continuous Learning - Currently mastering deep learning and advanced time series analysis


🌟 Featured Project: CropXcel

πŸ›°οΈ Agricultural Intelligence Platform

Bridging the gap between space technology and sustainable farming

Live Demo Source Code

The Challenge: Waterlogging destroys millions of hectares of crops globally, affecting food security and farmer livelihoods.

My Solution: A full-stack web platform that processes Sentinel-1 SAR satellite data in real-time to detect waterlogging risks and provide actionable insights.

🎯 Key Features

Feature Technology Impact
πŸ›°οΈ Real-time Satellite Analysis Sentinel-1 SAR, Python Automated detection of waterlogging hotspots
πŸ—ΊοΈ Interactive GIS Dashboard Leaflet.js, PostgreSQL Field boundary drawing & multi-layer visualization
πŸ€– AI Recommendations Machine Learning, Django Smart crop suggestions based on soil & terrain
⚠️ Smart Alert System Python, PostgreSQL Automated risk assessment & farmer notifications

πŸ’‘ Technical Highlights

# Example: SAR Data Processing Pipeline
def process_sentinel_data(sar_image):
    vv_band = extract_polarization(sar_image, 'VV')
    vh_band = extract_polarization(sar_image, 'VH')
    
    waterlogging_index = calculate_wri(vv_band, vh_band)
    hotspots = detect_anomalies(waterlogging_index, threshold=0.75)
    
    return generate_alerts(hotspots)

Impact: Helping Cambodian farmers prevent crop losses and optimize land use for food security 🌾


πŸ› οΈ Technical Arsenal

Languages & Frameworks

Python R SQL

Machine Learning & AI

TensorFlow scikit-learn Pandas NumPy

Web & Database

Django PostgreSQL

Tools & Platforms

Jupyter Git VS Code


πŸ“Š GitHub Statistics

GitHub Streak

πŸŽ“ Learning Journey

graph LR
    A[πŸ“š B.Sc. Data Science] --> B[πŸ›°οΈ Remote Sensing]
    B --> C[πŸ€– Machine Learning]
    C --> D[🌾 Agricultural AI]
    D --> E[πŸ’‘ Real-World Impact]
    style A fill:#0ea5e9
    style E fill:#10b981
Loading

Current Focus:

  • 🧠 Deep Learning with TensorFlow & Keras
  • πŸ“‘ Advanced Remote Sensing & SAR Data Processing
  • πŸ“ˆ Time Series Forecasting & Statistical Modeling
  • 🌐 Full-Stack Development for Data Applications

🌍 Let's Connect!

I'm always excited to collaborate on projects that combine data science with social impact, especially in:

  • 🌾 Agricultural Technology
  • πŸ›°οΈ Remote Sensing & Geospatial Analysis
  • πŸ“Š Predictive Modeling & Forecasting
  • πŸ‡°πŸ‡­ Solutions for Southeast Asia

πŸ“¬ Reach Out

Portfolio Email LinkedIn


πŸ’­ Philosophy

"From satellites 20,000km above to rice fields on the groundβ€”technology should serve everyone."

🌾 Building AI for Cambodia's Future | πŸ“Š One Dataset at a Time

Profile Views


Pinned Loading

  1. Waterlogging-Monitoring Waterlogging-Monitoring Public

    Django web application for monitoring waterlogging risk in agricultural fields using Sentinel-1 satellite data

    Python 1

  2. Traffic-Prediction Traffic-Prediction Public

    🚦 Comprehensive traffic prediction system using 6 ML models (XGBoost, Random Forest, GRU, LSTM, Prophet, SARIMA) achieving 95%+ accuracy. Features time series analysis, deep learning, and interacti…

    Jupyter Notebook