Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"titleBar.activeBackground": "#ffc117",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#ffc11799",
"titleBar.inactiveForeground": "#15202b99"
"titleBar.inactiveForeground": "#15202b99",
"commandCenter.border": "#15202b99"
},
"peacock.color": "#ffc117"
}
2 changes: 1 addition & 1 deletion docs/.vuepress/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module.exports = [
"glossary",
"contact",
"about",
"roadmap"
"initiatives"
]
},
]
Expand Down
77 changes: 77 additions & 0 deletions docs/initiatives.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# Ongoing Projects / Initiatives

Welcome to the Effect Network Initiatives transtioning to the Effect Network Ongoing Projects page! This page lays out the big goals that the project aims to achieve in the coming year.
It provides a good high-level overview of what is currently going on and the content is kept up to date with development.

Most items on the Initiative Map link to an external issue or information page. You are
encouraged to contribute and join the discussion on the projects that interest
you.

<!-- TOC -->
- [Ongoing Projects / Initiatives](#ongoing-projects--initiatives)
- [Effect Network v2.0](#effect-network-v20)
- [Standard Campaign Library](#standard-campaign-library)
- [Python SDK](#python-sdk)
- [Typescript SDK](#typescript-sdk)
- [Mobile App](#mobile-app)
- [DAO](#dao)
- [Hackathon](#hackathon)
<!-- /TOC -->

## Effect Network v2.0

The Effect Network is getting an upgrade.
The driving motivator for the update is to incorporate humans in the AI training loop.
We've been listening to the community and the workers, and we've come assembled a list of features that we want to implement in the new Effect Network.
We want to make it as easy as possible for people to train AI models and earn money doing so.

- [ ] Revamp Smart Contracts [[⚙](https://github.com/effectai)
- [ ] New Reservation system [[⚙](https://github.com/effectai)
- [ ] No more Caching (Read wicked fast) [[⚙](https://github.com/effectai)
- [ ] New NFT qualification system [[⚙](https://github.com/effectai)

## Standard Campaign Library

The standard campaign library is a collection of tempates that the Effect Network manages.
The templates are used to publish data of tasks into an interface that workers can use to complete the tasks.
There is a collection of commonly used templates that are used to create campaigns.
Ranging from Image Classification, Text Classification, Audio Classification, and more.
The standard campaign librry is open source, and developers can contribute their own templates to the library.

The templates are open source and can be found [here](https://github.com/effectai/)

## Python SDK

With a new Effect Network comes a new SDK. With the focus being training ML models, we want to engage the ML community. The ML community is used to working with Python and we want to make it as easy as possible for them to interact with the Effect Network.
The SDK is a Python package that allows developers to easily interact with the Effect Network. It provides a simple interface to the Effect Network smart contracts and the Effect Force API.

Developers will be able to easily create publish a batch from their Jupyter Notebooks and monitor the progress of their tasks. Dataframes in, dataframes out is our new motto.

The SDK is currently in alpha and can be found [here](https://github.com/effectai).

## Typescript SDK

Next to the Python SDK, we also have the Typescript SDK.
Typescript is deeply integrated with all kinds of webapps, and we want to make it as easy as possible for developers to integrate the Effect Network into their webapps.
The Typescript SDK is a Typescript package that allows developers to easily interact with the Effect Network. It provides a simple interface to the Effect Network smart contracts and the Effect Force API.

You can find the Typescript SDK [here](https://github.com/effectai/effect-js).

## Mobile App

The Effect Network is getting a mobile app! The mobile app will allow users to easily interact with the Effect Network. Users will be able to easily create an account, and start working on tasks. The mobile app will also allow users to easily be notified of new tasks monitor their progress and earnings.

The mobile app is currently in alpha and can be found [here](https://github.com/effectai/)

## DAO

The governing body of the DAO is the Effect DAO. The Effect DAO is responsible for the administering different aspects of the Effect Network. Such as the Treasury, Development, Platform, and Marketing.

The Effect DAO can be found [here](https://dao.effect.network).
We invite one and all to join our Discord and participate in the DAO.

## Hackathon

The Effect Network is hosting recurring hackathons!
The hackathons are a great way to get involved with the Effect Network and earn some EFX.
Learn more about the next Effect Network Hackathon [here](https://effect.network/hackathon).
43 changes: 0 additions & 43 deletions docs/roadmap.md

This file was deleted.