Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bishwarup307/async-ml-medium
Collection of python scripts to demonstrate asynchronous programming in python
https://github.com/bishwarup307/async-ml-medium
Last synced: 11 days ago
JSON representation
Collection of python scripts to demonstrate asynchronous programming in python
- Host: GitHub
- URL: https://github.com/bishwarup307/async-ml-medium
- Owner: bishwarup307
- Created: 2022-05-20T19:12:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T09:29:49.000Z (over 2 years ago)
- Last Synced: 2024-08-01T16:54:15.353Z (3 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# async ML
## Install `pipenv`
```sh
python3 -m pip install pipenv
```## Install the dependencies
```sh
pipenv install
```## Run the examples
```sh
python3 benchmark.py
```