mirror of
https://github.com/ultravioletrs/cocos.git
synced 2026-06-23 04:10:25 +00:00
f2f57ac413
Signed-off-by: Drasko Draskovic <drasko.draskovic@gmail.com>
42 lines
1.7 KiB
Markdown
42 lines
1.7 KiB
Markdown
# Cocos AI
|
|
[Cocos AI (Confdential Computing System for AI/ML)][cocos] is a platform for secure multiparty computation (SMPC)
|
|
based on the [Confidential Computing][cc] and [Trusted Execution Environments (TEEs)][tee].
|
|
|
|
<p align="center">
|
|
<img src="https://cocos.ai/images/Collaborative%20AI.drawio.svg" width="500" height="500">
|
|
</p>
|
|
|
|
With Cocos AI it becomes possible to run AI/ML workloads on combined datasets from multiple organizations
|
|
while guaranteeing the privacy and security of the data and the algorithms.
|
|
Data is always encrypted, protected by hardware secure enclaves (Trusted Execution Environments),
|
|
attested via secure remote attestation protocols, and invisible to cloud processors or any other
|
|
3rd party to which computation is offloaded.
|
|
|
|
## Usage
|
|
|
|
The quickest way to start using Cocos is via the CLI. The latest version can be downloaded from the [official releases page][rel].
|
|
|
|
It can also be built and used from the project's root directory:
|
|
|
|
```bash
|
|
make cli
|
|
./build/cocos-cli version
|
|
```
|
|
|
|
Additional details on using the CLI can be found in the [CLI documentation](https://docs.cocos.ai/cli).
|
|
|
|
## Documentation
|
|
|
|
Official documentation is hosted at [Cocos official docs page][docs]. Documentation is auto-generated, checkout the instructions on [official docs repository](https://github.com/ultravioletrs/docs).
|
|
|
|
## License
|
|
Cocos AI is published under permissive open-source [Apache-2.0](LICENSE) license.
|
|
|
|
[cc]: https://confidentialcomputing.io/white-papers-reports/
|
|
[cocos]: https://cocos.ai/
|
|
[rel]: https://github.com/ultraviolet/cocos/releases
|
|
[tee]: https://en.wikipedia.org/wiki/Trusted_execution_environment
|
|
[docs]: https://docs.cocos.ultraviolet.rs
|
|
[rel]: https://github.com/ultravioletrs/cocos/releases
|
|
|