8000 GitHub - tardis-forever/toloka-kit: Toloka has a powerful open API, it allows you to integrate an on-demand workforce directly into your processes, and to build scalable and fully automated human-in-the-loop ML pipelines. This toolkit makes the integration even easier, e.g. allows using all power of Toloka from Jupyter Notebooks.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Toloka has a powerful open API, it allows you to integrate an on-demand workforce directly into your processes, and to build scalable and fully automated human-in-the-loop ML pipelines. This toolkit makes the integration even easier, e.g. allows using all power of Toloka from Jupyter Notebooks.

License

Notifications You must be signed in to change notification settings

tardis-forever/toloka-kit

 
 

Repository files navigation

Toloka-Kit

GitHub Tests GitHub Tests

Documentation

Website | API Documentation | Platform

Designed by engineers for engineers, Toloka lets you integrate an on-demand workforce directly into your processes. Our cloud-based crowdsourcing platform is a fast and efficient way to collect and label large data sources for machine learning and other business purposes.

Main advantages of Toloka:

  • Top-quality data - Collect and annotate training data that meets and exceeds industry quality standards thanks to multiple quality control methods and mechanisms available in Toloka.
  • Scalable projects - Have any amounts of image, text, speech, audio, or video data collected and labeled for you by millions of skilled Toloka users across the globe.
  • Cost-efficiency - Save time and money with this purpose-built platform for handling large-scale data collection and annotation projects, on-demand 24/7, at your own price and within your timeframe.
  • Free, powerful API - Build scalable and fully automated human-in-the-loop machine learning pipelines with a powerful open API.

Requirements

How to get OAuth token

Get Started

Installing toloka-kit is as easy as:

$ pip install toloka-kit

Note: this project is still under heavy development and interfaces may change slightly. For production environments please specify exact package version. For example: toloka-kit==0.1.8

Try your first program and checks the validity of the OAuth token:

import toloka.client as toloka

toloka_client = toloka.TolokaClient(input("Enter your token:"), 'PRODUCTION')
print(toloka_client.get_requester())

Useful Links

Questions and bug reports

  • For reporting bugs please use the Toloka/bugreport page.
  • Seek prompt advice at Russian-speaking Telegram chat (Abstract questions about the platform are also welcome)
  • Seek prompt advice at English-speaking Telegram chat (Mostly tech question)

Contributing

Feel free to contribute to toloka-kit. Right now, we really need more usage examples.

License

© YANDEX LLC, 2020-2021. Licensed under the Apache License, Version 2.0. See LICENSE file for more details.

About

Toloka has a powerful open API, it allows you to integrate an on-demand workforce directly into your processes, and to build scalable and fully automated human-in-the-loop ML pipelines. This toolkit makes the integration even easier, e.g. allows using all power of Toloka from Jupyter Notebooks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0