Week 39: STA Presentation
Documentation:
Currently, I am testing how to apply the design into the virtual website. My main challenge is to incorporate the text on top of the image so that it can scale appropriately.
By Thang Truong
By Thang Truong
Started on: Mar 26, 2024
Staff Guidance: Chris Pittman
Description:
Breakdown of the task:
Update:
Phase 1: Operation Finding Where To Change
In this screenshot, the normal becomes crazy normal (works)
Phase 2: Experiment with if/else statement
– Test it fully with UT Instapoll
Some considerations:
Something to take in mind when changing:
Started on: Mar 27, 2024
Staff Guidance: Mike, De’sha
Description:
https://docs.google.com/document/d/1j4EJSDJxxyTbDPehnLjNEdy0JwYLmTp3yKytZXwnaOo/edit?usp=sharing
By Thang Truong
Started on: Feb 26, 2023
Ended on: Mar 4, 2023
Staff Guidance: Stacy
Description:
Started on: Mar 4, 2023
Ended on: Mar 7, 2023
Staff Guidance: Stacy
Description:
Started on: Feb 19, 2023
Ended on: Mar 4, 2023
Staff Guidance: Chris
Description: Finish the evaluation for Whisper AI
Whisper AI
Some key insights:
By Thang Truong
Started on: Feb 19, 2023
Staff Guidance: Chris
Description: This is a very interesting project where I need to dive into the world of AI and text-to-sound capabilities of AI’s model. The main task of this project comprises of exploring different values for a parameter of the Whisper AI model, especially the hallucination silence threshold. This parameters sets out the time limit for when the model can seek past that duration and reprocess at that point after it encounters moments of silence. Therefore, in this project, I need to loop over different parameters and examine the quality of the output in terms of text and the time it takes to output. If at some values of the threshold that we can see improvement in the time and significant changes in the text output, then we can conclude we have found the value that optimizes the model and give us the best result.
Step by Step tutorials
By Thang Truong
Started on: Feb 9, 2023
Staff Guidance: Stacy
Description: The main objectives of the project lies on the creation of a map application to help students, researchers or map enthusiastic to build and filter the map based on the data they had. The Global Voyages Map have several important functions that make this objective happen including uploading the file through CSV files or through an online link, generating the map with filter slider and filter voyage and download the map as a standalone html file.
Currently, there are several features implemented which is uploading the file, generating the map and downloading the map. There are filter slider for dates and voyages. However, the only thing that does not work well is the filter slider since the map and the filter resets after the user touches and tinker around the filter.
More surprisingly, the problem only occurs on my end not on the client’s side. I suspect the discrepancies happen because of the mismatch of the versions of R and R studio, but even after I install the same version of the software, the problem persists. Therefore, it takes me so much time to figure out the problem.
I also tried Dash, another R studio alternative, to see if I can make the application work easily with their platform. However, the download button does not work smoothly for Plotply map.
By Thang Truong
Started on: Nov 29, 2023
Staff Guidance: Stacy
Description: Updated the Shiny App project with a slider function and checkbox.
For this project, I worked to update the application to make it look more finished and aligned with what the client wants. I integrated the key features of the slider and checkbox into the application that I already have. The only thing that I need to finish is to make the download button work for the HTML file that shows the slider and checkbox.