DSC Cloud Workshop was held on 22 Dec 2021 by Lee Jae Ho and Lee Jia Wei.
Click here to view our repository.
- To try out our Toktik App, here!
- But first, your email must be registered. Please contact Lee Jae Ho or Lee Jia Wei
- To read our slides, here!
- To view participant's resources, here!
- To check the codebase of our Toktik App on your environment, here!
-
Install python3 and pip. Using pip, install streamlit, google-cloud-storage, and google-cloud-firestore.
-
Create a service account key in Google Cloud. Store this JSON key file in "Backend" folder. Then, in "Backend/initGCP.py", replace "#CREDENTIALS" with the JSON key file name. For more info, here.
-
Set up Google Firestore and Storage as mentioned in the workshop
-
To run locally, enter in the terminal...
- "streamlit run toktik.py" to run the Toktik App
- "streamlit run dashboard.py" to visualize participant's activities
- "streamlit run cctv.py" to censor participant's posts