Digital Humanities
Tutorials
Featured articles
Featured tags
List of all Digital Humanities tutorials
Here, we have a series of tutorials waiting to unlock your skills in digital humanities. We understand the growing importance of leveraging technology in the field of humanities, and our tutorials are designed to equip you with the knowledge and tools to excel in this domain.
How to grab an object and move around in Unreal Engine 5?
In the previous article, you’ve learnt how to create a mirror material in Unreal Engine. In this article, our student assistant (SHEN Xiao Yuan) shares how to use blueprints in Unreal Engine to allow a third-person character to grab objects. Introduction Here’s a step-by-step tutorial on how to grab and move an object in Unreal Engine 5 using Blueprints. Steps …
How to Create a Mirror Material in Unreal Engine 5
As you may be aware, we are working on a project – “Digital Storytelling with VR: Visual Conservation of Kowloon City’s Heritage”. Our goal is to digitally preserve the local cherished old shops in Kowloon City that are at risk of being demolished due to the upcoming government redevelopment. This article is written by one of our student assistants (SHEN …
Transcribe Cantonese Speech to Text: with Code Samples and Automated Batch Processing Techniques
Introduction In our previous article, we showed you one of the methods to reduce background noise from audio files. Building upon that foundation, this article will show you how to transcribe speech to text and provide code samples for you to speed up the process in batch, further enhancing your ability to work with audio data in your humanities research …
Make your Audio Recordings sound Cleaner: Reduce Background Noise using Audacity
Introduction When conducting humanities research such as anthropological fieldwork and oral history interviews, or working on any other audio-based projects, getting high-quality recordings is important. However, audio files can sometimes have background noise, such as the traffic noise by the passing cars and the voices of nearby pedestrians, that could end up detracting from the clarity of the recording. There …
Use mobile app to scan physical objects into 3D assets
Introduction: Photogrammetry and RealityScan Photogrammetry refers to the technique where 3D models and measurements are created by scanning or photographing an object. It works by taking multiple photos of an object or scene from different angles, and then using specialized software to analyses those photos and generate a 3D representation of what was photographed. Screenshots from RealityScan With photogrammetry being …
Dive Deeper into Python and Streamlit to create website: An Advanced Guide with Demo Code and Slides
Introduction In our previous article “Learn Python From Zero For Absolute Beginner (3): Create Website”, we introduced you to Streamlit, an easy-to-use Python library that allows you to create interactive web applications. We showed you how to quickly get started with Streamlit and build a basic website. However, that was just the tip of the iceberg! In this article, we …
How to use HKUST Azure OpenAI API key with Python
(with sample code and use case examples)
ChatGPT web interface VS Using OpenAI API Most of you probably know that the University has provided the HKUST ChatGPT Platform for all the HKUST students, faculty members and staff. While the ChatGPT web interface offers a user-friendly experience and allows users to interact with large language models (LLMs) through a convenient conversational way (in form of chatbot), do you …
How to open CORPRO in MacOS 如何在Mac開啟 CORPRO 庫博中文獨立語料庫分析工具
Text analysis Introduction to CORPRO Interface of the software – CORPRO Are you looking for a handy tool to analyze Chinese language texts? Let’s try CORPRO! It is a Chinese corpus-based text mining software. Don’t worry if you’re not familiar with programming – this software is designed to be user-friendly and accessible to everyone (without programming skills) to conduct textual-mining …