Skip to content
View akashchekodu's full-sized avatar

Block or report akashchekodu

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

👋 Hi, I'm Akash Chekodu

I'm a final-year Computer Science student at PES University, specializing in AI/ML, full-stack development, and scalable data systems. I love building intelligent, production-ready software—from real-time news aggregators and disaster tracking platforms to distributed systems and LLM-powered applications.

🚀 What I Do

  • 🧠 AI & ML Projects
    Built RAG-based financial assistants and seismic risk predictors using LLMs, PySpark, and time series models

  • 🔧 Backend Systems
    Designed and deployed scalable pipelines with Kafka, Spark, PostgreSQL, and Flask

  • ⚙️ Distributed Systems
    Created a RAFT-consensus key-value store in Rust with gRPC and persistent storage

  • 🌐 Web Development
    Full-stack apps with Next.js, Tailwind CSS, Supabase, Neo4j, and AWS

  • 📈 Always Learning
    Obsessed with clean systems design, low-latency pipelines, and real-world ML applications

📫 Let's Connect

Pinned Loading

  1. NewsFolio NewsFolio Public

    NewsFolio is a real-time news aggregator web app that delivers personalized news based on user subscriptions to topics or stocks. Built with Next.js, Tailwind CSS, and Supabase, it offers a clean i…

    JavaScript 1 1

  2. StockSage StockSage Public

    StockSage is a RAG-powered financial assistant that answers user queries using recent news. It combines semantic chunking, hybrid retrieval, and LLMs to generate accurate, context-aware responses w…

    Python

  3. Split-Simplify-Group-Expenses/split Split-Simplify-Group-Expenses/split Public

    Next js Application to add bills, split them among friends and keep track of expenses.

    JavaScript 3 1

  4. CalamiTrack CalamiTrack Public

    CalamiTrack is a real-time disaster analytics and forecasting platform that processes live earthquake and wildfire data using Kafka and Spark, and visualizes global patterns with interactive dashbo…

    Python 2 1

  5. ConcordKV ConcordKV Public

    ConcordKV is a distributed, strongly consistent key-value store built in Rust. It uses the RAFT consensus algorithm, gRPC APIs, and an LSM-based storage engine to ensure high availability and durab…

    Rust 2

  6. RequestCLI RequestCLI Public

    RequestCLI is a Rust-based command-line tool for testing APIs. It supports all major HTTP methods, custom headers, JSON bodies, and URL parameters—ideal for quick, scriptable API debugging and test…

    Rust