Demo

Demo


The aim is to build a platform allowing for real-time sharing of datasets and notes.

Team dlta will be building a platform where the <signed-in> members of teams would be able to upload datasets and notes. 

Each dataset/ note post will be considered a single "entity" and will be arranged by their respective timestamps, denoted by an unique ID generated with UUID.

People who are not signed in can view these datasets and notes and the platform will act as read-only for them.

When posting information, the user can mark the same as private/ global, and it would be accordingly shown to others (private > only with your respective team, global > everyone including non-registered users).


I plan to use a stack with Django as the backend running off PostgreSQL with CSRF verification for security, possibly might use Tensorflow to analyze the data further.

Report Page