Skip to content
View itzAmil's full-sized avatar

Block or report itzAmil

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. marathi-text-classification marathi-text-classification Public

    A machine learning project for classifying Marathi language text into categories using NLP and scikit-learn. Includes a Streamlit UI for real-time predictions. Built with TF-IDF, stopword removal, …

    Jupyter Notebook

  2. email-spam-detector email-spam-detector Public

    Email Spam Detection using Machine Learning. Built with Naive Bayes, SVM, Logistic Regression & Decision Tree. Includes TF-IDF vectorization, trained machine learning models, and a simple predictio…

    Jupyter Notebook

  3. hindi-fake-news-detection-and-abstractive-summarization hindi-fake-news-detection-and-abstractive-summarization Public

    Detects fake Hindi news articles using a BERT-based classifier, explains predictions with LIME, and generates abstractive summaries using the T5 model.

    Jupyter Notebook

  4. student-placement-predictor student-placement-predictor Public

    Student Placement Predictor is a machine learning-based project that predicts whether a student is likely to be placed or not based on academic and skill-related inputs. Built with Scikit-Learn, it…

    Jupyter Notebook

  5. Image-Caption-Generator-Custom-vs-Pre-Trained-CNN Image-Caption-Generator-Custom-vs-Pre-Trained-CNN Public

    This project compares image captioning models built using custom-trained CNN and pre-trained CNNs (InceptionV3, ResNet50, VGG16) integrated with RNNs and attention mechanisms to generate natural la…

    Jupyter Notebook

  6. credit-card-fraud-detection credit-card-fraud-detection Public

    End-to-end credit card fraud detection pipeline with preprocessing, feature scaling, and class imbalance handling via undersampling and SMOTE. Trains Logistic Regression and Decision Tree models, e…

    Python