Skip to content
View aryan7189jain's full-sized avatar

Block or report aryan7189jain

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

Hi 👋, I'm Aryan Jain

Aspiring AI & Machine Learning Engineer | BCA Student | Building Intelligent Applications with Python

I enjoy solving real-world problems using Artificial Intelligence, Machine Learning, Deep Learning, Computer Vision, and Natural Language Processing. Currently expanding my knowledge in Generative AI, Large Language Models, and modern AI systems.


👨‍💻 About Me

  • 🎓 Bachelor of Computer Applications (BCA)
  • 🤖 Passionate about Artificial Intelligence & Machine Learning
  • 💻 Strong interest in Computer Vision and NLP
  • 🌱 Currently learning Generative AI, LLMs, RAG and AI Agents
  • 🚀 Building end-to-end AI applications using Python
  • 📍 India

🚀 Featured Projects

🤖 AI Resume Parser & Job Matcher

An AI-powered resume screening system that extracts candidate information using BERT NER, calculates resume scores, matches resumes with job descriptions using Sentence-BERT, ranks candidates automatically, and exports ranked results.

Tech Stack

Python • NLP • BERT • Sentence-BERT • Gradio • Scikit-learn


😊 AI Face Emotion Recognition

Deep learning based facial emotion recognition system using TensorFlow CNN and OpenCV YuNet capable of recognizing seven human emotions from images and webcam streams.

Tech Stack

TensorFlow • OpenCV • CNN • Computer Vision • Gradio


🛡️ AI Plagiarism Detection System

Hybrid plagiarism detection system combining TF-IDF, N-Gram, SequenceMatcher and Sentence-BERT semantic similarity for accurate document comparison.

Tech Stack

Sentence-BERT • NLP • TF-IDF • Gradio • Python


🍽️ Restaurant Review Sentiment Analysis

Machine learning application that preprocesses restaurant reviews using NLP and predicts sentiment using TF-IDF and Logistic Regression.

Tech Stack

NLP • Scikit-learn • TF-IDF • Logistic Regression • Gradio


✍️ AI Handwritten Digit Recognition

CNN-powered handwritten digit recognition system trained on the MNIST dataset with an interactive drawing interface.

Tech Stack

TensorFlow • CNN • Computer Vision • Gradio


💻 Technical Skills

Languages

  • Python
  • Java
  • C++
  • C
  • SQL

Artificial Intelligence

  • Machine Learning
  • Deep Learning
  • Computer Vision
  • Natural Language Processing
  • Data Analysis

Frameworks & Libraries

  • TensorFlow
  • Keras
  • OpenCV
  • Scikit-learn
  • Pandas
  • NumPy
  • Transformers
  • Sentence-Transformers
  • NLTK
  • Gradio

Tools

  • Git
  • GitHub
  • VS Code
  • Jupyter Notebook

📚 Currently Learning

  • Generative AI
  • Large Language Models (LLMs)
  • Retrieval-Augmented Generation (RAG)
  • LangChain
  • AI Agents

📫 Connect With Me

📧 Email

aryan7189jain@gmail.com

💼 LinkedIn

https://www.linkedin.com/in/aryan-jain-211037327

💻 GitHub

https://github.com/aryan7189jain


🎯 Career Objective

I am seeking opportunities where I can apply Artificial Intelligence and Machine Learning to solve real-world problems while continuously improving my technical skills through practical development and collaborative learning.


⭐ Thanks for visiting my profile! ⭐

Pinned Loading

  1. AI-Face-Emotion-Recognition AI-Face-Emotion-Recognition Public

    AI-powered facial emotion recognition system using TensorFlow, OpenCV YuNet, and Gradio. Classifies seven human emotions from facial images using a custom CNN trained on the FER-2013 dataset.

    Python

  2. AI-Resume-Parser-and-Job-Matcher AI-Resume-Parser-and-Job-Matcher Public

    AI-powered resume parser that extracts candidate information, analyzes resumes, calculates ATS scores, and matches resumes with job descriptions using NLP and Sentence-BERT.

    Python

  3. AI-Plagiarism-Detection-System AI-Plagiarism-Detection-System Public

    AI-powered plagiarism detection system that combines TF-IDF, N-Gram, SequenceMatcher, and Sentence-BERT (SBERT) to measure document similarity using a hybrid scoring approach with an interactive Gr…

    Python

  4. Restaurant-Review-Sentiment-Analysis Restaurant-Review-Sentiment-Analysis Public

    AI-powered sentiment analysis system that preprocesses restaurant reviews using NLP and regex, vectorizes text with TF-IDF, predicts sentiment using Logistic Regression, and provides an interactive…

    Jupyter Notebook

  5. AI-Handwritten-Digit-Recognition AI-Handwritten-Digit-Recognition Public

    AI-powered handwritten digit recognition system using a Convolutional Neural Network (CNN) trained on the MNIST dataset with an interactive Gradio interface for drawing or uploading handwritten dig…

    Python