You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FailExtract is a lightweight Python library that automatically captures detailed failure context from pytest test runs, including fixture dependencies, source code, and exception details to streamline debugging workflows.
DevPulse is a full-stack web application built with Angular, Django, and MongoDB, enabling task management, AI-generated assessments from PDFs, and resume analysis. It leverages the Groq API for intelligent automation, offering personalized learning insights and progress tracking.
This project is about building a classification model to predict gender based on a corpus of student-written stories. It applies text preprocessing techniques such as tokenization, normalization, and TF-IDF Vectorization. As part of the machine learning process, model selection and evaluation were conducted using cross-validation and GridSearchCV.