Komal Maheshwari (@Komal01)
  • Stars
    star
    41
  • Global Rank 392,268 (Top 14 %)
  • Followers 5
  • Following 4
  • Registered almost 9 years ago
  • Most used languages
    Python
    25.0 %
  • Location 🇮🇳 India
  • Country Total Rank 16,541
  • Country Ranking

Top repositories

1

phishing-URL-detection

Phishing website detection system provides strong security mechanism to detect and prevent phishing domains from reaching user. This project presents a simple and portable approach to detect spoofed webpages and solve security vulnerabilities using Machine Learning. It can be easily operated by anyone since all the major tasks are happening in the backend. The user is required to provide URL as input to the GUI and click on submit button. The output is shown as “YES” for phishing URL and “NO” for not phished URL. PYTHON DEPENDENCIES: • NumPy, Pandas, Scikit-learn: For Data cleaning, Data analysis and Data modelling. • Pickle: For exporting the model to local machine • Tkinter, Pyqt, QtDesigner: For building up the Graphical User Interface (GUI) of the software. To avoid the pain of installing independent packages and libraries of python, install Anaconda from www.anaconda.com. It is a Python data science platform which has all the ML libraries, Data analysis libraries, Jupyter Notebooks, Spyder etc. built in it which makes it easy to use and efficient. Steps to be followed for running the code of the software: • Install anaconda in the system. • gui.py : It contains the code for the GUI and is linked to other modules of the software. • Feature_extractor.py: It contains the code of Data analysis and data modelling. • Rf_model.py: It contains the trained machine learning model. • Only gui.py is to be run to execute the whole software.
Jupyter Notebook
32
star
2

COURSERA-Applied-Data-Science-in-Python

This repository contains week wise lecture material and assignment solutions of the courses under this specialization.
Jupyter Notebook
3
star
3

Machine-learning

Beginner level ML projects
Jupyter Notebook
1
star
4

coderbyte-solutions

Solutions to the coderbyte challenges, in Python.
Python
1
star