bliutech / SeBRUS

MIT IEEE URTC 2023. GSET 2023. Repository for "SeBRUS: Mitigating Data Poisoning in Crowdsourced Datasets with Blockchain". Using Ethereum smart contracts to stop AI security attacks on crowdsourced datasets.
https://ieeexplore.ieee.org/document/10535023
8 stars 0 forks source link

🚀 Feature[frontend]: Implement `RegisterDatasetPage.jsx` #27

Closed bliutech closed 1 year ago

bliutech commented 1 year ago

Use Case

While we have a page for users to contribute images to datasets, we don't have a way yet for users to contribute datasets. This page solves this problem.

Proposed Solution

Create a page with a form that allows users to add a dataset. This will require interfacing with the backend and the blockchain to ensure that all data is saved properly.

Action Items

Resources

Reference some existing PRs and code for how to implement this.


This is a :rocket: Feature Request

bliutech commented 1 year ago

Resolved.