AtharvaKulkarniIT
π Full-stack sorcerer | Crafting digital realms | Turning code into pure magic! π«π
Pune , India
AtharvaKulkarniIT's Stars
trancethehuman/ai-workshop-code
Code I wrote for my AI & LLM workshops
LukeDitria/pytorch_tutorials
Beginner Level Deep Learning Tutorials in Pytorch with Youtube Videos!
AnjaneyaTripathi/c-compiler
A compiler that accepts any valid program written in C. It is made using Lex and Yacc. Returns a symbol table, parse tree, annotated syntax tree and intermediate code.
Exploration-Lab/CJPE
AIAnytime/Medical-RAG-using-Bio-Mistral-7B
This is a RAG implementation using Open Source stack. BioMistral 7B has been used to build this app along with PubMedBert as an embedding model, Qdrant as a self hosted Vector DB, and Langchain & Llama CPP as an orchestration frameworks.
youtube-arjun-codes/FullStackApp
Full Stack Application Spring Boot React
harshitv804/LawGPT
A RAG based Generative AI Attorney fed with Indian Penal Code data. Developed using Streamlit, LangChain and TogetherAI API.
civictech-India/Indian-Law-Penal-Code-Json
India Law | Indian Legal Acts | Penal Code in JSON Format
AIAnytime/Crawl-Websites-to-Markdown
Crawl Websites to Markdown.
ani8897/Image-Quilting-and-Texture-Synthesis
Digital Image Processing Course Project - IIT Bombay Fall 2018
Aashish683/Compiler-Project
A simple compiler designed in C for the partial fulfillment of the course Compiler Construction in BITS Pilani.
Kartik-Katkar/Multiprogramming-Operating-System
This repository hosts a C++ implementation of a multiprogramming operating system simulation. The OS efficiently handles various jobs, manages errors like time limit exceeded and line limit exceeded, and incorporates virtual memory with segmentation. This project serves as a comprehensive simulation of an operating system environment.
shouryaraj/Process-scheduling-simulator
Created programs to simulate two diο¬erent scheduling algorithms i.e. First come, first served and Preemptive Round Robin scheduling
williamcfrancis/YOLOv3-Object-Detection-from-Scratch
Pytorch implementation of the You Only Look Once (YOLO) algorithm for object detection
AtharvaKulkarniIT/E-Commerce-website-with-Springboot
An E-Commerce website developed with Spring Boot and JSP, leveraging MySQL for data management, ensuring a dynamic and interactive user experience.
AtharvaKulkarniIT/Chatify
Chatify is a real-time chat application built with React ,Express and Socket.IO, facilitating seamless instant messaging with user login and responsive design.
AtharvaKulkarniIT/mern-todo-app
MERN stack TODO List app for efficient task management. Built with MongoDB, Express.js, React.js and Node.js. Allows users to add, update, mark complete and delete tasks. Designed for ease of use and flexibility in organizing daily tasks.
abhinav-m22/AI_Lab
AtharvaKulkarniIT/Computer-Networks-Socket-Programming
Explore the world of computer network socket programming in C with this comprehensive repository. Packed with concise and well-commented code examples, the collection provides a practical guide for both beginners and experienced developers. Elevate your understanding and effortlessly build robust networked applications.
AtharvaKulkarniIT/ParkinsonsTelemonitoringInsights
This R-based data science project on the UCI Parkinson's dataset employs machine learning (Decision tree, Random Forest, SVM, XGBoost) with a focus on hyperparameter tuning and feature selection. This repository showcases insights into Parkinson's disease prediction using effective data science practices.
AtharvaKulkarniIT/rag-qdrant-pipeline
This is a RAG (Retrieval-Augmented Generation) model that leverages Qdrant as a vector store and Google Gemini for intelligent document retrieval and context-aware response generation. It efficiently processes PDF documents to provide detailed answers to user queries based on the extracted context.
DevuSolanki/devusolanki.github.io
Personel Website
Rohan-Doshi/MOS
As a part of the OS Lab, its a virtual multiprogramming operaating system
savvysiddharth/project-delagram
Delagram is a social media platform developed for IITB Community. That allows users to share memories with each other and engage in gossip.
AtharvaKulkarniIT/Multiprogramming-OS
A simulated multiprogramming environment demonstrating instruction processing, dynamic memory management and advanced job handling. This project showcases OS functionalities and memory operations with Java, providing a foundation for understanding multiprogramming concepts.
AtharvaKulkarniIT/Password-Generator
A React-based tool for generating secure passwords and assessing their strength, featuring a user-friendly interface and customizable criteria.
Dhruv-saxena-25/flipkart
parth1899/Barclays-Hack-O-Hire
This Project was created for the Hackathon Hack-O-Hire conducted by Barclays India.
parthpetkar/ISRO-BAH
This is the frontend for ISRO's Chatbot.
Zaid-Naikwadi/Design-of-a-Multiprogramming-Operating-System
A Operating System which reads input cards and performs operations such as GetData, PutData, various Arithmetic Operations, Logical Operations. Each input card can contain multiple tasks. A virtual memory is implemented. Concepts such as paging, segmentation, error handling, etc. has been implemented