Metadata-Version: 2.1
Name: mephisto
Version: 1.1.1
Summary: Crowdsourcing made simpler.
Home-page: https://mephisto.ai/
License: MIT
Keywords: crowdsourcing,data,collection,review
Author: Jack Urbanek
Author-email: jju@fb.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Provides-Extra: parlai
Requires-Dist: boto3 (>=1.17,<2.0)
Requires-Dist: botocore (>=1.20.95,<2.0.0)
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: click_default_group (>=1.2,<2.0)
Requires-Dist: detoxify (>=0.5.0,<0.6.0)
Requires-Dist: flask (>=1.1,<2.0)
Requires-Dist: gevent-websocket (>=0.10.1,<0.11.0)
Requires-Dist: hydra-core (>=1.2.0,<2.0.0)
Requires-Dist: markupsafe (==2.0.1)
Requires-Dist: parlai (>=1.7.0,<2.0.0); extra == "parlai"
Requires-Dist: prometheus-client (>=0.13.1,<0.14.0)
Requires-Dist: pyyaml (>=5.4.0,<6.0.0); extra == "parlai"
Requires-Dist: requests (>=2.22,<3.0)
Requires-Dist: rich (>=12.5.1,<13.0.0)
Requires-Dist: rich-click (>=1.5.1,<2.0.0)
Requires-Dist: sh (>=1.12,<2.0)
Requires-Dist: tabulate (>=0.8.7,<0.9.0)
Requires-Dist: torch (>=1.4.0,<2.0.0); extra == "parlai"
Requires-Dist: tornado (>=6.0,<7.0)
Requires-Dist: tqdm (>=4.50.2,<5.0.0)
Requires-Dist: websockets (>=10.1,<11.0)
Requires-Dist: werkzeug (>=1.0.1,<2.0.0)
Requires-Dist: xmltodict (>=0.12.0,<0.13.0)
Project-URL: Documentation, https://mephisto.ai/docs/reference/overview/
Project-URL: Repository, https://github.com/facebookresearch/Mephisto
Description-Content-Type: text/markdown

<p align="center">
 <h1>
  <img width="250px" src="docs/web/static/img/logo.svg" alt="Mephisto" />
 </h1>
</p>

[![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

Mephisto makes crowdsourcing easier.

We provide a platform for launching, monitoring, and reviewing your crowdsourcing tasks. Tasks made on Mephisto can easily be open sourced as part of other projects. Like the [chess-playing automaton](https://en.wikipedia.org/wiki/Mephisto_(automaton)) we've adopted the name from, Mephisto hides the complexity of projects that need human interaction or input.

You can find complete details about the project on our [docs website](https://mephisto.ai).

## Quickstart

[Get started in 10 minutes](https://mephisto.ai/docs/guides/quickstart)

## Changelog

## Want to help?

Check out our [guidelines for contributing](https://github.com/facebookresearch/Mephisto/blob/main/CONTRIBUTING.md) and then take a look at some of our tagged issues: [good first issue](https://github.com/facebookresearch/Mephisto/labels/good%20first%20issue), [help wanted](https://github.com/facebookresearch/Mephisto/labels/help%20wanted).

For library authors, you may also find the [how to contribute](https://mephisto.ai/docs/guides/how_to_contribute/getting_started) documentation helpful.


## License
Mephisto is MIT licensed. See the LICENSE file for details.

