Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View bhanuprasad0722's full-sized avatar

Block or report bhanuprasad0722

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.

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
bhanuprasad0722/README.md

Typing SVG


๐Ÿ’ซ About Me

I'm a passionate full-stack developer & ML enthusiast from India who loves building AI tools, browser extensions, and clean UIs that solve real-world problems.


๐Ÿง  Skills & Tech Stack

๐Ÿš€ Languages

Python Java C JavaScript SQL

๐ŸŒ Web & Tools

HTML CSS Streamlit Flask MySQL Power BI

๐Ÿ“Š Libraries & Frameworks

NumPy Pandas Matplotlib Scikit-Learn SentenceTransformers


๐Ÿš€ Featured Projects

๐Ÿ›ก๏ธ Phikita: AI-Based Phishing Website Detector

An intelligent phishing URL classifier with a full admin dashboard and real-time prediction system.
๐Ÿ” Uses ABS-CNN deep learning model trained on the Phikita dataset.
๐Ÿ“Š Visual dashboards with prediction history and model performance.

  • ๐Ÿ” Detects phishing vs legitimate URLs using real-time feature engineering
  • ๐Ÿ“ˆ Accuracy: 96.7% using advanced CNN + attention mechanism
  • ๐Ÿง  Custom training pipeline with feature extraction and retraining
  • โš™๏ธ Tech: Django, Keras, Sklearn, Joblib, Matplotlib
  • ๐Ÿ‘ค User and Admin login system with activity logging
  • ๐Ÿ”„ Dataset upload + automatic retraining
  • ๐Ÿ“ฌ Contact form for user queries

๐Ÿ–ฅ๏ธ GitHub Repo

๐Ÿง  Wikipedia Chatbot (NLP + Wikipedia API)

A smart chatbot powered by sentence embeddings that answers questions using Wikipedia content.

  • ๐Ÿ”Ž Cosine similarity for intent detection
  • ๐ŸŒ Wikipedia fallback with query refinement
  • ๐Ÿ’ฌ Streamlit UI with chat history
  • Live Link (https://chatbotv2.streamlit.app/)

๐Ÿ–ผ๏ธ Image Compression with PCA

Dimensionality reduction-based tool for shrinking images.


๐Ÿ” Multi-Party Privacy Management System

A secure social media interface for role-based privacy settings.

  • ๐Ÿ’ป Java backend + MySQL database
  • ๐Ÿ”’ User-level access control
  • ๐Ÿ” Real-time visibility management

๐Ÿงฎ Quickbit Calculator (Chrome Extension)

A 3D dark-themed calculator built with a futuristic UI.

  • โœจ Chrome extension with popup design
  • ๐ŸŽฏ Custom layout, accurate functionality

๐Ÿ“š Python & WebDev Cheat Sheet Extensions

Educational tools for devs, featuring downloadable cheatsheets and tab UI.

  • ๐Ÿ“ฆ HTML/CSS/JS stack
  • ๐Ÿ“˜ Covers NumPy, Pandas, HTML, CSS, JS
  • ๐Ÿงฉ Seamless UI with dark theme

๐Ÿซ€ Heart Disease Prediction

AI-based tool to predict heart disease risks from medical data.

  • ๐Ÿง  Trained Logistic Regression & SVM models
  • ๐Ÿ”ฌ Feature-tuned for better accuracy

๐Ÿ“Š GitHub Stats


๐ŸŒ Connect With Me


โšก Letโ€™s innovate together and turn ideas into awesome products!

Pinned Loading

  1. Car_market_trend_Analysis Car_market_trend_Analysis Public

    Jupyter Notebook

  2. chat_bot_v2 chat_bot_v2 Public

    The previous model only detects the intent of the user queries and replies with the help of predefined set of tags and responses but this model is an upgraded version which can answer any educationโ€ฆ

    Python

  3. CodeUnnati_Capstone CodeUnnati_Capstone Public

    A tool which Compresses an image using PCA

  4. Image_compressor Image_compressor Public

    Image Compressor using PCA

    Python

  5. Iris_classification Iris_classification Public

    Python

  6. Phishing_detector Phishing_detector Public

    Phishing website detector using ABS-CNN

    HTML