Metadata-Version: 2.1
Name: pipelineagents
Version: 0.1
Summary: Replication of transformer agents using Huggingface pipelines
Home-page: https://github.com/Vishnunkumar/pipelineagents/
Author: Vishnu Nandakumar
Author-email: nkumarvishnu25@gmail.com
License: MIT license
Keywords: pipelineagents
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# PipelineAgents

Replication of transfomers agents using huggingface pipelines

```bash
pip install -u pipelineagents
```

## Implementation

```python
# task:path, question
# Image Classification example
agent = PipelineAgent("Classify the image:working/sample.jpg")
res = agent.run_pipeline()
```

## Results
