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
- Host: GitHub
- URL: https://github.com/effectai/effect-py
- Owner: effectai
- License: mit
- Created: 2023-08-10T11:52:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T14:56:10.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T15:46:10.332Z (about 1 year ago)
- Language: Python
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```