Skip to content
View rakshithreddy-aredla's full-sized avatar
  • Hyderabad

Highlights

  • Pro

Block or report rakshithreddy-aredla

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.

Content in all repositories owned by your account will be closed.
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

Hi, I'm Rakshith Reddy Aredla

Full-Stack + AI Developer Β· Hyderabad, India

I build things end-to-end: e-commerce with live inventory and payments, ML/AI models with measurable results, and tools that make developers faster.

Portfolio Arkaira


What I'm Building

Project What it is Stack
🌸 Arkaira Live flower e-commerce store β€” realtime stock, Razorpay payments, admin dashboard Next.js, Supabase, TypeScript
πŸ” GitGlance CLI that scores any GitHub profile 0-100 with exact fixes β€” transparency over vibes Python
πŸ“§ SpamScope Naive Bayes spam classifier built from scratch β€” no sklearn, all math readable Python
πŸ›‘οΈ EnvGuard Zero-dependency typed env validation for Node β€” fail fast, list every error at boot TypeScript

πŸ€– AI / Machine Learning Projects

Project What it is Stack Result
πŸ€– AI Chatbot (RAG) Retrieval-Augmented Generation chatbot β€” answers from a knowledge base with source citations + live browser UI Flask, scikit-learn, LLM Demo-ready
πŸ”’ Digit Recognition CNN Convolutional Neural Network trained on MNIST, full training pipeline PyTorch ~99% accuracy
πŸ“§ Spam Classifier SMS spam detection with TF-IDF + Naive Bayes on real UCI dataset scikit-learn, NLP ~97% accuracy
🎬 Movie Recommender Content-based recommendation engine using cosine similarity scikit-learn Ranked results
🏠 House Price Predictor Random Forest regression with feature engineering scikit-learn R² = 0.80
🌸 Iris Classifier Multi-class classification β€” compares 5 algorithms, decision-boundary viz scikit-learn ~98% accuracy

Stats

GitHub stats Top languages
Streak stats

Currently

  • Building ML/AI projects end-to-end β€” models with measured results, wrapped in demoable products
  • Deepening ML fundamentals (implementing algorithms from scratch > importing them)
  • Growing my RAG chatbot with real embeddings + vector database
  • Open to hackathon teams and collaborations β€” reach me right here on GitHub
Contribution snake

Built with real code, honest commits, and one profile README that actually renders.

Popular repositories Loading

  1. Arkaira Arkaira Public

    Arkaira - Online Flower Shop (Next.js + Supabase + Razorpay)

    TypeScript 1

  2. Project-1 Project-1 Public

    Python

  3. GitGlance GitGlance Public

    CLI tool that scores any GitHub profile for hackathon-readiness β€” repos, activity, consistency & project quality. Pure Python, zero dependencies.

    Python

  4. my-portfolio my-portfolio Public

    My developer portfolio β€” projects, skills, and what I'm building. Live site.

    HTML

  5. rakshithreddy-aredla rakshithreddy-aredla Public

    My GitHub profile README

  6. SpamScope SpamScope Public

    Naive Bayes spam classifier implemented from scratch β€” no sklearn, no numpy. Log-space inference, Laplace smoothing, full metrics. Pure Python.

    Python