# 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
Raw data
{
"_id": null,
"home_page": "https://github.com/Vishnunkumar/pipelineagents/",
"name": "pipelineagents",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "pipelineagents",
"author": "Vishnu Nandakumar",
"author_email": "nkumarvishnu25@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/75/ab/32db89317bd5dae430870cdbf2844c0f82ebbf5447f753a50bb2f2a52a52/pipelineagents-0.1.tar.gz",
"platform": null,
"description": "# PipelineAgents\n\nReplication of transfomers agents using huggingface pipelines\n\n```bash\npip install -u pipelineagents\n```\n\n## Implementation\n\n```python\n# task:path, question\n# Image Classification example\nagent = PipelineAgent(\"Classify the image:working/sample.jpg\")\nres = agent.run_pipeline()\n```\n\n## Results\n",
"bugtrack_url": null,
"license": "MIT license",
"summary": "Replication of transformer agents using Huggingface pipelines",
"version": "0.1",
"project_urls": {
"Homepage": "https://github.com/Vishnunkumar/pipelineagents/"
},
"split_keywords": [
"pipelineagents"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "75ab32db89317bd5dae430870cdbf2844c0f82ebbf5447f753a50bb2f2a52a52",
"md5": "703f5b483d4945830a1dba1f1de927b0",
"sha256": "4ba321360c00a192416785f121d20ebec38b54ecc438152d4a2b455864b57808"
},
"downloads": -1,
"filename": "pipelineagents-0.1.tar.gz",
"has_sig": false,
"md5_digest": "703f5b483d4945830a1dba1f1de927b0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3473,
"upload_time": "2023-05-18T10:57:50",
"upload_time_iso_8601": "2023-05-18T10:57:50.215630Z",
"url": "https://files.pythonhosted.org/packages/75/ab/32db89317bd5dae430870cdbf2844c0f82ebbf5447f753a50bb2f2a52a52/pipelineagents-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-18 10:57:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Vishnunkumar",
"github_project": "pipelineagents",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pipelineagents"
}