Aman Kumar Jha's repositories
purifytext
A package for cleaning and preprocessing text data
EDA-Prediction-on-Diabetes-Dataset
Diabetes is a chronic health condition affecting millions globally, necessitating early detection and effectivemanagement. This project aims to develop machine learning models for diabetes prediction based on varioushealth-related features.
Python
All Algorithms implemented in Python
python-oops-guide
This repository is a complete guide to mastering Object-Oriented Programming (OOP) in Python. It covers key OOP concepts like classes, objects, inheritance, polymorphism, encapsulation, and abstraction, suitable for both beginners and advanced developers.
RAG-From-Scratch
This project implements a Retrieval-Augmented Generation (RAG) system entirely from scratch, without relying on external frameworks like Langchain. It combines traditional information retrieval techniques with modern Generative AI to provide efficient and accurate answers to user queries.