An open API service indexing awesome lists of open source software.

https://github.com/effectai/effect-py

🧠 Python library for building datasets on Effect Network
https://github.com/effectai/effect-py

Last synced: 8 months ago
JSON representation

🧠 Python library for building datasets on Effect Network

Awesome Lists containing this project

README

          

# Effect Py

Python library to connect with the network of human intelligence 🧠

## Status

Under development. This only contains core functionality and is not yet packaged for public use.

## Installation

This library is not yet released and should can only be used to experiment on locally:

```
$ python3 -m build
$ python3 -m pip install -e ./
$ python3 examples/create_campaign.py
```