Skip to content
View AjayBora002's full-sized avatar

Block or report AjayBora002

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
AjayBora002/README.md
Typing SVG

LinkedIn Portfolio Email

profile views

πŸ‘¨β€πŸ’» About Me

  • 🎯 AI/ML Engineer specializing in Generative AI systems, scalable ETL data pipelines, and predictive modeling
  • πŸŽ“ B.Tech in Computer Science Engineering (AI/ML) @ Amrapali University β€” expected Aug 2028
  • ☁️ Cloud/AI Intern @ Buimb Digital β€” building an AWS-based hosting & deployment platform from the ground up
  • πŸ“Š Former Data Visualization Intern @ Infosys Springboard β€” built a 132K+ record climate analytics pipeline
  • 🧠 Former Data Science & AI/ML Intern @ YBI Foundation β€” applied ML fundamentals to real-world datasets
  • 🧩 Open-source contributor to pgmpy (GSoC org) β€” 2 merged PRs
  • πŸ† Hackathon regular β€” semi-finalist at ET-AI Hackathon 2026, participant at IIT Kharagpur & IIT-BHU
  • 🐧 Comfortable across the stack β€” from Linux server administration to React front-ends
  • πŸ“ Based in Haldwani, Uttarakhand, India

πŸ› οΈ Tech Stack

Languages & Web

AI / ML

Β  Gemini Bedrock

Cloud, DevOps & OS

Visualization & Data

Β  Streamlit Plotly Tableau Power BI

Backend & Databases

πŸš€ Featured Projects

🧾 Smartdoc-Renamer
AWS Lambda Β· S3 Β· Textract Β· Bedrock Β· API Gateway

A fully serverless document automation pipeline. Uploaded files land in S3, trigger a Python Lambda that runs OCR via Amazon Textract, then passes extracted text to Amazon Bedrock (Claude) to generate context-aware file names. Renamed files are zipped and returned via a presigned URL β€” no manual file handling required.

πŸŽ™οΈ Voice Assistant β€” Jarvis
Python Β· Gemini API Β· Pyttsx3 Β· SpeechRecognition

A desktop AI voice assistant built around a custom wake-word engine. Handles web search, system automation, and multi-turn conversational AI, combining speech recognition with the Gemini API for natural, context-aware responses.

πŸ₯— Poshan Pahad AI
GenAI Β· Docker Β· NLP Β· Flask

A nutrition-awareness platform built for hilly and rural communities, using NLP to surface locally available nutritious foods. Containerized with Docker for consistent deployment and served through a Flask backend.

🎬 Anime & Movie Recommendation System
Python Β· Scikit-Learn Β· Cosine Similarity

A hybrid recommendation engine combining content-based and collaborative filtering, processing tens of thousands of user preferences with cosine similarity to generate personalized suggestions.

β™Ώ Voice Aid
React Β· Firebase Β· Google Maps API

An accessibility-focused React app enabling speech-command interaction for hands-free control. Uses Firebase for real-time data and the Google Maps API for location-based assistance.

🌦️ Climate Scope (Infosys Springboard)
Python Β· Pandas Β· Streamlit Β· Plotly

An automated ETL pipeline ingesting and cleaning 132K+ weather records, feeding an interactive Streamlit dashboard with choropleth maps spanning 3,000+ locations.

πŸ’Ό Experience

☁️ Cloud/AI Intern β€” Buimb Digital Β· June 2026 – Present
Building an AWS-based hosting and deployment platform from scratch β€” covering infrastructure setup, deployment automation, and cloud architecture decisions for the platform's core services.
πŸ“Š Data Visualization Intern β€” Infosys Springboard Β· Feb 2026 – Apr 2026
Designed and shipped Climate Scope, an ETL pipeline and dashboard processing 132K+ climate records across 3,000+ locations, translating raw weather data into interactive visual insights.
🧠 Data Science & AI/ML Intern β€” YBI Foundation Β· Jan 2025 – Mar 2025
Applied core data science and machine learning techniques to real-world datasets, building foundational experience in model development and evaluation.

🀝 Open Source β€” pgmpy (GSoC Organization)

  • βœ… PR #3310 (merged) β€” added a configurable edge-reversal penalty to the SHD metric for weighted causal graph comparison
  • βœ… PR #3330 (merged) β€” migrated a 92-file citation system to sphinxcontrib-bibtex, built a centralized BibTeX reference database (113 entries)

πŸ† Hackathons & Competitions

Event Role Result
ET-AI Hackathon 2026 Team Leader πŸ₯ˆ Semi-Finalist
KDSH 2026 β€” IIT Kharagpur Team Leader Participant
Serve-Smart Hackathon β€” IIT-BHU Team Member Participant

πŸ“œ Certifications

Red Hat Google Cloud Deloitte J.P. Morgan DeepLearning.AI Google Cloud

πŸ“ˆ GitHub Stats

πŸ“« Reach me: boraajay26@gmail.com Β· +91 86308 03571
⭐️ From AjayBora002

Popular repositories Loading

  1. Library_Management Library_Management Public

    This project is a full-stack library management system. I built the complete backend API using Python, Flask, and a MySQL database to handle all data for books, members, and loan transactions. My p…

    Python 2

  2. AjayBora_portfolio AjayBora_portfolio Public

    A fully responsive personal portfolio website featuring a modern Glassmorphism UI. Built with pure HTML, CSS, and JavaScript to showcase Data Science & AI/ML projects.

    HTML 2

  3. Weather-Prediction Weather-Prediction Public

    This repository contains a machine learning-based project for predicting weather conditions such as temperature, humidity, wind speed, and wind direction. The model is built using historical weathe…

    Jupyter Notebook 1

  4. movie_recommendation movie_recommendation Public

    This is an interactive Movie Recommendation System developed using Python and widgets to deliver personalized movie suggestions through an intuitive user interface. Whether you're looking for a mov…

    Jupyter Notebook

  5. anime_recommendation anime_recommendation Public

    This project is a python - based Anime Recommendation System that helps users discover new anime titles based on their viewing preferences. By analyzing user ratings and anime metadata, the system …

    Jupyter Notebook 1

  6. Voice-Assistant Voice-Assistant Public

    Jarvis is a Python-based voice assistant that can perform tasks like web search, weather updates, news, math solving, Wikipedia search, jokes, reminders, system control, translation, and AI chattin…

    Python