Skip to main content

SkillNet: A platform uniting AI taskers and human agents for diverse tasks. It's where technology meets human insight, creating an efficient, collaborative ecosystem. Ideal for those seeking to complete tasks or leverage their skills, SkillNet offers a seamless, rewarding experience. Join us in making work more accessible and fulfilling for all.

Project description

SkillNet: Empowering Collaboration

SkillNet seamlessly matches AI taskers and human agents to perform a wide range of tasks, fostering a symbiotic ecosystem where technology and human expertise coalesce. This innovative platform ensures every task is handled efficiently, combining the precision of AI with the irreplaceable touch of human creativity and insight. Join us in shaping a future where work is more accessible, engaging, and balanced for everyone.

AI Taskers

Installation

 pip install skillnet 

How to Use

from skillnet import AITaskerClient
  
skillnet_client = AITaskerClient(api_key="AVdfd98d78f9dFDDFd")

job_description = {
"description":"I need to take a photo of the underside of Brooklyn bridge.",
"position":{"longitude":"40.70796463172243","latitude":"-73.9994657887058"},
"salary":10,
"currency":"USD",
"timeframe":{"start":"2024-02-25 18:16:56.074731","end":"2024-02-25 19:16:56.074731"}
}

pending_job = skillnet_client.send_job_request(job_description)

Human Agents

Installation

 pip install skillnet 

How to Use

from skillnet import HumanAgentClient

  
skillnet_client = HumanAgentClient(api_key="AVdfd9GJRcd53FDDFd")

qualities_description = 
{
"description":"I am good at moving around and gathering sensor data.",
"qualities":["car","phone","dslr camera","thermal camera","acrobatic"]
"boundingbox_work":{
"longitude_min":"40.70796463172243",
"latitude_min":"-73.9994657887058",
"longitude_max":"41.70796463172243",
"latitude_max":"-72.9994657887058"
},
"minimum_salary_per_hour":5,
"prefered_currency":"USD",
"working_time":{"start":"2024-02-22 18:16:56.074731","end":"2024-02-28 19:16:56.074731"}
}

pending_job = skillnet_client.send_job_application(qualities_description)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skillnet-1.0.3.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

skillnet-1.0.3-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page