My Portfolio

A showcase of my projects and technical skills

Muskan Jain

I am a software engineer at Microsoft and I am passionate about technology

My skillset


  • Languages: C++, Python, HTML, CSS, JavaScript
  • Frameworks: Django, ASP.NET, Entity Framework
  • Libraries: ReactJS, Bootstrap
  • Database: MySQL, PostgreSQL
  • Tools: Git/GitHub, VS Code, Sublime Text

Coronavirus Voice Assistant

A voice assistant for the current status of coronavirus worldwide as well as for a specific country (updates data every 5 seconds) in terms of total number of cases and deaths.

Credit Card Fraud Detection

Detecting credit card fraud using different machine learning algorithms on an imbalanced dataset. I was able to achieve an accuracy of 99.7% using a deep learning model.

Handwritten Digit Recogniton

This is a project to recognize handwritten digits (original MNIST data set) by using a Convolutional Neural Network (CNN). Also, I deployed the model to my local server using Flask.

Spam sms detection using NLP

This is a model to detect spam messages using nltk library in Python, and training is done using Naive Bayes classifier. This was my first project in the field of data science.