Metadata-Version: 2.1
Name: automate_unsupervised_dataset_generation
Version: 0.5.0
Summary: A brief description
Home-page: https://github.com/prakHr/automate-unsupervised-dataset-generation
Author: Prakhar Gandhi
Author-email: gprakhar0@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: mpire
Requires-Dist: playwright
Requires-Dist: transformers
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: hyperopt==0.2.5
Requires-Dist: hpsklearn==0.1.0
Requires-Dist: numpy==1.23
Requires-Dist: languagemodels

# automate-unsupervised-dataset-generation
-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install automate-unsupervised-dataset-generation
```

## Start the app
```
import automate_unsupervised_dataset_generation.automate
query = "Artificial Intelligence"
num_page = 5
sleep_time = 10
results = automate_unsupervised_dataset_generation.automate.parallel_scraping(query,num_page,sleep_time)
```

## License

`automate-unsupervised-dataset-generation` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
