About

Learn more about me

Hello👋 I'm Abhay

Computer Science Graduate From PGI Jaipur

  • Birthday: 31 March 2000
  • Phone: +91 8503847160
  • City: Jaipur,Rajasthan India
  • Age: 20
  • Degree: B.tech
  • Email: parasharabhay13@gmail.com

A Machine Learning Enthusiast Who Is Looking Forward To Building a Carrer In the Field of Artificial Intelligence. Having Experience in Python Programming, Machine Learning, Computer Vision, NLP, Web Scraping, Selenium Automation, Time Series Analysis, Visulization With Ploty, Data Analysis and Numpy, Pandas, Matplotlib, Seaborn, OpenCV, SQL, Flask, C, C++, Html, CSS, Bootstrap. Developed around 6 End To End Projects and Worked Over 20+ datasets from different domains. Have a Positive attitude,hard working nature and committed towards work

10

Projects

5

Certification

100

Hours of Code

10000

Lines of Code Written

Skills

Data Science70%
Python80%
Machine Learning81%
NLP75%
Deep Learning65%
HTML & CSS 85%
Open CV 75%
Flask 65%
Web Scraping & Automation 75%
Data Visualization 70%

Interests

Machine Learning

Development

Artificial Intelligence

Data Science

Web Scraping

Writing

Web Development

Programming

Technology

Food

Computer Games

Music

Resume

Check My Resume

Summary

Abhay Kumar Parashar

A Enginner Who is Commited Towards his work. having experience in python programming, Machine Learning, NLP, Deep Learning, Web Scraping and Front End Development. A enthusiastic and highly motivated fresher having bachelor degree in computer science. a person who loves programming and always eager to learn new techknowlogy. having a positive attitude and hard working nature.

Education

Computer Science & Engineering

2017 - 2021

Poornima Group of Institutions, Jaipur

I have Completed My 4 years of engineering majors in computer science

SENIOR EDUCATION (12TH), RBSE

2016 - 2017

Vikas Val Vidhya Peeth, Deeg

I have Completed my 12th from State Board With Overall 70%

SECONDARY EDUCATION (10TH), RBSE

2014 - 2015

Vikas Val Vidhya Peeth, Deeg

I have Completed my 10th from State Board With Overall 73%

Professional Experience

Technical Writer

Freelance

  • Articles About AI, Data Science, Machine Learning,NLP, Deep Learning
  • End to End Projects
  • Tutorial On Web Scraping, NLP, Pandas and More
  • Part of more than 8 orgnization

LIBRARIES

  • Scikit-Learn
  • Tensorflow,Keras
  • Numpy, Pandas, Matplotlib, Seaborn, Plotly
  • Selenium, Scrapy, Beautiful Soup

IDE's

  • Pycharm, VS Code, Spyder, Anaconda

TECHNICAL SKILLS

  • Data Preprocessing, Model building, Web Integration, UI Design
  • ML,NLP,DL,Transfer Learnig,ANN,CNN
  • Python,Flask,HTML,CSS,Web Scraping Using Python,SQL

INTERESTS

  • Reading and Writing Blogs Related to Tech and AI
  • Playing Computer Games and Listening to music
  • Suffering Internet to explore new things
  • Cooking, Foodie

Projects


NLP Hub

A Collection Of Differnet NLP Projects Stacked Together In a Web App.
Hotel Review Sentiment Analysis | Email Spam Detection | Movie Review Sentiment Analysis | Twitter Twittes Analysis | Automatic Text Summrization | Chatbot




Used Car Price Prediction

This Machine Learning Usecase Can help Us To Predict the price of the used car. It Can Be Really helpful for owners and buyers to get a estimated idea of the worth of car.






Price Comparision app

It is a Python Command Line App That Takes a product name as input and then compare the price of that product from different websites and returns minimun price with the url to product.





Banana Ripeness Detection

Banana is the most eaten food in the world using the power of CNN this project try to predict the ripeness stage of banana based on an image.




Realtime Traffic Signal Detection

The aim of the project is to detect and recognize traffic signs in Realtime by a camera. It can be also used for automated intelligent driving vehicle or driver assistance systems to increase more safety.




Google Search Query Assistant

GSQA is a python based GUI that makes google searches quite easy and query based. It works similar to google assistant. The key difference is that rather than showing links on the result it shows an extracted summary from all the links.




Websites



SHOEMATE

Shoemate is the front end design of a shoe selling website . It also has the facility of filteration of shoes based on the gender,age and color.



SHOPPER

Shopping website template made using bs4,css3,html5 and java script. In this Product filteration is also avalible with one product page.



JUSTCODE

Basic Front End Design Of a Educational Course Offering Platform Using Core Html and Css.

MY BLOGS


Basics of NLP in 10 minutes

Natural Language refers to the way we humans communicate with each other and processing is basically proceeding the data in an understandable form. so we can say that NLP (Natural Language Processing) is a way that helps computers to communicate with humans in their own language.



Pandas Handbook

Pandas is a library written in python for doing data manipulation, by data manipulation means to create, delete, and update the data. It is one of the most commonly used libraries when doing data analysis and manipulation in python.It is also very helpful in time series data analsis.



Face Recognition System Using Google Colab

Face recognition is the technique of recognition the name of the person available in the picture.The first step is to detect the faces and the second step is to recognize the faces. the library generates a total number of 128 digital prints for each face it detects.



Vgg 16 Architecture, Implementation and Practical Use

In 2020 according to some resources, it is that that there is almost 90% of data that we used is unlabelled data, and from that 90%, almost 40–50% of data is in the form of images. whether you upload an image on your social media or you upload a post on twitter the image data is everywhere.



Open CV Basics in 10 Minutes

Open cv is the most popular library in computer vision. It is originally written in C and C++. It’s now available in python also. It is originally developed by intel. The library is a cross-platform open-source library. It is free to use. Open cv library is a highly optimized library with its main focus on real-time applications.he Open cv Library is a combination of more than 2500 optimized algorithms. which can be used to detect and recognize different faces, identifying objects in images or in realtime.



Master Google Search In Few Minutes

According to some latest analytics from google, they produce 3.5 billion+ searches per day. They produce over 50,000 queries per second. If you go to google and search for health then 10 billion+ similar search results will appear on google. There is so much amount of data on Google, searching for the best data which we need sometimes can be very hard and painful. But there are some tricks using which we can make google searches more powerful and content friendly.



9 Ways to Handle Missing Values in Machine Learning

Data Science is all about data. It is the key to any data science or machine learning project. In most cases when we collect data from different resources or download it from somewhere there is almost a 95% chance that we end up with data having missing values in it. We can not analyze or train a machine learning model on data that contains missing values. This is the main reason why 90% of our time spends on preprocessing the data.



Master Web Scraping Completly From Zero To Hero 🕸

Web scraping is a technique of scraping data from different websites. This data can be in the form of texts, links, tables, and images. Although scraping any private data from websites is illegal but still we can scrape all the data that is publically available and we can use it in our projects. Public data is a type of data that is publically available for everyone to use and see, for example, A list of books available on an e-store.



How To Automate Facebook Posts Using Python

In this blog, we are going to automate face posting using python and selenium. We will bypass Facebook login using id and password and then we will click on a new post and then write some text and then post it. Selenium is a free, open-source testing framework used to automate and validate different web applications across different web browsers. It is compatible with many programming languages like python, c#, java, etc. To use selenium we don’t have to learn any type of testing language.


Contact

Contact Me

My Address

Sitapura industrial area, Jaipur(Raj.) India

Social Profiles

Email Me

parasharabhay13@gmail.com

Call Me

+91 8503847160

Loading