• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    Jupyter Notebook
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

More 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

Machine-learning

Beginner level ML projects
Jupyter Notebook
1
star
3

coderbyte-solutions

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