Metadata-Version: 2.1
Name: fastpreprocess
Version: 0.1.9
Summary: A new way to preprocess data for ML.
Home-page: UNKNOWN
Author: Lal Krishna Arjun
Author-email: lk.arjun@hotmail.com
License: UNKNOWN
Project-URL: Source Code, https://github.com/lkarjun/fastpreprocess
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: uvicorn (==0.13.4)
Requires-Dist: pydantic (==1.8.2)
Requires-Dist: numpy (==1.20.3)
Requires-Dist: python-multipart
Requires-Dist: fastapi (==0.65.1)
Requires-Dist: pandas (==1.2.4)
Requires-Dist: tqdm (==4.60.0)
Requires-Dist: jinja2 (==2.11.3)
Requires-Dist: pyngrok (==5.0.5)
Requires-Dist: nest-asyncio (==1.5.1)
Requires-Dist: aiofiles (==0.7.0)
Requires-Dist: httptools (==0.2.0)

<h1 align='center'>Fastpreprocess</h1>

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lkarjun/fastpreprocess/master)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/lkarjun/fastpreprocess/blob/master/Demo(running-from-notebook).ipynb#scrollTo=ABxXfXvVn1fF)
[![Generic badge](https://img.shields.io/badge/Python3.9-passing-<COLOR>.svg)](https://shields.io/)
[![PyPI version](https://badge.fury.io/py/fastpreprocess.svg)](https://badge.fury.io/py/fastpreprocess)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/fastpreprocess)
### A new way to preprocess data for ML.

> Developing...

## Installation
```bash
pip install fastpreprocess
```

## Start Server
```bash
""" 
Args
-fn filenameOrbuffer -dm delimiter -p port -cl cloudconsole -lw pandas lowmemory
"""

fp -p 9000
#Or
fp -fn https://bit.ly/3fCBwej -dm ',' -p 9000
#In cloud console
fp -fn https://bit.ly/3fCBwej -dm ',' -p 9000 -cl true
```


