Skip to content
View yogikh2005's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report yogikh2005

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

Hi πŸ‘‹, I'm Yogiraj Khaladkar

Computer Engineering Student | Java Full Stack Developer | AI/ML Developer


πŸš€ About Me

  • πŸŽ“ B.E. Computer Engineering Student
  • πŸ’» Passionate about Java Backend Development, Full Stack Development, and AI/ML
  • 🌱 Currently learning Spring Boot, Microservices, React, LLMs, and Cloud Technologies
  • πŸ€– Interested in Artificial Intelligence, Retrieval-Augmented Generation (RAG), and Machine Learning
  • πŸ† Hackathon Participant and Continuous Learner
  • πŸ“« Reach me at: yogikh2018@gmail.com

πŸ› οΈ Tech Stack

πŸ’» Programming Languages

Java Python C C++ JavaScript

βš™οΈ Backend

Spring Boot Spring Security REST API

🎨 Frontend

React HTML5 CSS3

πŸ—„οΈ Database

MySQL

πŸ€– AI & Machine Learning

Python Machine Learning Deep Learning TensorFlow Keras FAISS RAG

πŸ› οΈ Tools

Git GitHub Postman VS Code Jupyter


πŸ“‚ Featured Projects

πŸ€– Document QA Using RAG and LLMs

Tech Stack: Python, LangChain, FAISS, Hugging Face Transformers, Sentence Transformers, Streamlit, PyPDF

  • Developed an AI-powered Document Question Answering System using Retrieval-Augmented Generation (RAG).
  • Users can upload one or multiple PDF documents and ask questions in natural language.
  • Implemented semantic search using FAISS Vector Database.
  • Generated contextual answers using Large Language Models (LLMs).
  • Built an interactive web application using Streamlit.
  • Improved document retrieval accuracy with embedding-based search.

🧾 GST Billing & Invoice Software

Tech Stack: Java, Spring Boot, Spring Security, MySQL

  • Spring Boot REST APIs
  • JWT Authentication & Authorization
  • Invoice Generation (PDF/Excel)
  • Email Integration using Java Mail API

πŸ“ Customized Virtual File System

Tech Stack: C, Linux

  • Linux File System Simulation
  • Inode Table, UFDT, File Table Implementation
  • Custom Shell Commands

πŸ“¦ File Packer Unpacker

Tech Stack: Java, Swing

  • Java-based File Compression Utility
  • MD5 Encryption & Decryption
  • Swing GUI Application

πŸ† Achievements

  • πŸš€ Participant – 24 Hour National Level Hackathon
  • πŸš€ Participant – Indradhanu National Level Hackathon
  • πŸ“œ Java Certification – HackerRank
  • πŸ“œ React Certification – HackerRank

🀝 Connect With Me


⭐ Learning, Building, and Growing Every Day.

Pinned Loading

  1. GST_Billing_And_Invoice_Software GST_Billing_And_Invoice_Software Public

    Designed and developed a GST Billing System using Spring Boot, REST API, Spring Data JPA, and MySQL with features like invoice generation, GST computation, and CRUD-based inventory management. Focu…

    Java

  2. Document-QA-Using-RAG-and-LLMs Document-QA-Using-RAG-and-LLMs Public

    Developed an AI-powered Document Question Answering System using Retrieval-Augmented Generation (RAG) that enables users to upload PDF documents and ask questions in natural language. Built with Py…

    Python

  3. Platform-Surveillance-System Platform-Surveillance-System Public

    Automated Platform Surveillance System – Developed a Python-based monitoring tool that periodically tracks CPU, RAM, disk, network, and running process statistics using the psutil library. Automate…

    Python

  4. Customised-Virtual-File-System Customised-Virtual-File-System Public

    CVFS is Customised Virtual File System Project

    C++

  5. Generalised-Data-Structures-Library Generalised-Data-Structures-Library Public

    This repository contains implementations of fundamental Data Structures in C++. It includes complete implementations of Linked Lists (Singly, Doubly, Circular Singly, and Circular Doubly), Stack, Q…

    C++

  6. File-Packer-Unpacker-with-encryption File-Packer-Unpacker-with-encryption Public

    File packer and unpacker application

    Java