EINO AI documentation MCP Server
See my article here : https://hylaine.com/i-built-an-mcp-server-in-go-to-fix-a-problem-every-ai-developer-has/
See my article here : https://hylaine.com/i-built-an-mcp-server-in-go-to-fix-a-problem-every-ai-developer-has/
Background I have been studying using OpenCV and image detection to make an online bot for gaming. The gist of it is you use PyAutoGui or Pillow to capture a desktop screenshot, capture them in… Read More »OpenCV real-time desktop image capturing using D3DShot
Background I recently ran across an interesting open source project called “Mico Project“. Originally, I was researching the LIUM Speaker Diarization Tools for use in some work projects and saw that the Mico Project utilized it. What… Read More »Installing Mico Project for Speaker Diarization and Transcription Part 1
Attempt 2 – Installing on Debian from their repositories The MICO Platform contains some fairly good documentation on Debian installation found https://www.mico-project.eu/pages/documentation/#cat-2 . I had to do a few extra things to even begin installing MICO.… Read More »Installing Mico Project for Speaker Diarization and Transcription Part 2
So the past 2 weekends I have once again been messing around with Xamarin development in Visual Studio. I have been following the great Lynda.com tutorial at https://www.lynda.com/Development-Tools-tutorials/Xamarin-Essential-Training/449034-2.html . Overall it has been a great tutorial and… Read More »The Joy (Pain) of Xamarin Android (iOS soon) Development Part 1. Making it work out of the box.
I created a quick mod to make all movement only cost 1 AP in Conquest of Elysium 4. Thanks for the Steam CoE4 forums for guidance. Steam QA Thread Download and unzip to your mods directory.… Read More »Conquest of Elysium 4 – One movement mod for all terrain
The NIST Scoring Toolkit (SCTK) is a collection of software tools designed to score benchmark test evaluations of Automatic Speech Recognition (ASR) Systems. It is kind of a pain to use, but certainly beats writing… Read More »How to compile and install NIST Scoring Toolkit (SCTK) on Red Hat Enterprise Linux (RHEL) 7.2
Recently, I had a project where I needed to convert some audio to text. It took a bit more googling than I was used to in order to find the code, so I went ahead… Read More »Converting or Transcribing audio to text using C# and .NET System.Speech
In my continuing quest to get a Master’s in Software Engineering, I am enrolled in SENG 6270. Software Verification and Validation at East Carolina University. As a distance student, one of the most useful techniques… Read More »Converting Embedded Powerpoint Audio to .mp3
Recently I needed to read the various audio file properties of a .ogg Vorbis file for further processing. I wanted to be able to read these properties from managed C# code. I was not able… Read More »Using C# .NET to detect .ogg vorbis file properties