I’ve been using two different web hosting providers, Garbia and SiteGround. On Gabia, I used to subdomain http://blog.modulestudy.com, http://blogk.modulestudy.com, and http://wiki.modulestudy.com. Because Gabia manages http://modulestudy.com. But suddenly, one day, they didn’t work. Continue reading “What is the problem with Web hosting provider?”
ChatGPT 01 creating Blender script for coil.
It is also possible to create shapes using ChatGPT. You can do this by writing a blender script. Create a Blender script with the following command and run it to create a shape. Continue reading “ChatGPT 01 creating Blender script for coil.”
Creating Virtual Avatars Using Lens Studio
Lens Studio is a free virtual character creation program from Snapchat. You can create virtual characters and animation clips with various functions. By registering the created result as a Snap chat lens, you can chat with a real-time virtual character on Snapchat or participate in a meeting with a Zoom video conference Virtual Camera. The video below shows various results by utilizing the function.
Continue reading “Creating Virtual Avatars Using Lens Studio”
Deepfake(4): TTS Voice faking
The most recommended Fakevoice technology is Coquit-AI. I downloaded this and tried running it.
First of all, I installed it to check the TTS function and voice synthesis function. I created a virtual environment Coqui without using Colab and implemented it on a local mac with git.
Deepfake(3): Wav2lip Video Deepfaking
The function of the “Wav2lip” program is to process the music audio file and the video together so that the person in the video can lip-sync according to the music audio.
Just clone using Google Colab and run the program. Executing the “inference.py” program in the execution directory as shown below connects “DeepfakeTest01.mp4” and “DeepfakeTest01.wav” files (the execution time of the two files must be the same) and produces “result_voice.mp4”.