Metadata-Version: 2.1
Name: iads
Version: 0.1.0
Summary: "Python library for machine learning developed for the Data Science course in Licence 3 at the Sorbonne University"
Home-page: https://github.com/MelissaLarbi/iads
Author: Melissa LARBI
Author-email: melissalarbi99@gmail.com
License: MIT
Project-URL: Source, https://github.com/MelissaLarbi/iads
Description: # indeed_mongodb_scrapper
         Indeed Scrapper storing the data on MongoDB database
        # Installation
        ## Using Pip
        ```bash
          $ pip install iads
        ```
        ## Manual
        ```bash
          $ git clone https://github.com/MelissaLarbi/iads.git
          $ cd iads
          $ python setup.py install
        ```
        # Usage
        ```bash
        $ iads
        ```
Keywords: pca,machine learning,classification,clustering
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
