Skip to content
View kananiisha's full-sized avatar

Block or report kananiisha

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

Pinned Loading

  1. querygenie-ai querygenie-ai Public

    Multi-agent NL-to-SQL pipeline using Groq, sentence-transformers and Qdrant vector search. Converts natural language queries to SQL with schema-aware context retrieval. [In Progress]

    Python

  2. banking-fraud-detection banking-fraud-detection Public

    End-to-end fraud detection on 284K transactions. SQL analysis with CTEs and window functions, SMOTE for 577:1 class imbalance, XGBoost classifier with ROC-AUC 0.9778 and SHAP explainability.

    Jupyter Notebook

  3. deep-learning-foundations deep-learning-foundations Public

    Progressive deep learning path: ANN → CNN → RNN → LSTM → Transformer → BERT. Built from scratch with full notebooks, trained models, filter visualizations and results.

    Jupyter Notebook

  4. bigmart-sales-prediction bigmart-sales-prediction Public

    Sales prediction web app using Gradient Boosting ML model with Flask. Features user authentication, prediction history dashboard and model comparison analysis.

    Jupyter Notebook

  5. smart-meeting-summarizer smart-meeting-summarizer Public

    AI-powered meeting summarizer — transcription + structured summaries with action items and key decisions

    Python

  6. emotion-detection-from-text emotion-detection-from-text Public

    Text emotion classifier detecting 6 emotions using TF-IDF + LinearSVC with 90.9% accuracy. Built with Streamlit, dark glassmorphism UI, batch prediction and model comparison.

    Python