Since my last update, which was 2 weeks ago, I have doubled down and worked quite a bit on the project. I've managed to make so many improvements that I'm finally able to work on the first enhancement that I wanted to do. Then, I'll go back through and alter the code. Let's go over …
Tensorflow Install Issues With Pip3 MacOS
Osiyo. Dohiju? Hey, welcome back. I was attempting to install Tensorflow on my Mac and had a couple issues that took moments to figure out but were annoying nonetheless. I encountered an issue with pip3 install tensorflow which would give me this error ERROR: Could not find a version that satisfies the requirement tensorflow. The …
Continue reading "Tensorflow Install Issues With Pip3 MacOS"
Flask and Dynamic Template Load
Osiyo. Dohiju? Hey, welcome back. While working on Serinda I have developed a plugin style way of adding more functionality with minimal work inside the main code. What this means is I have a plugin directory and in that directory are all of the directories containing my plugins (each plugin has it's own directory) which …
Python streaming to MEAN
One of the more interesting issues I've had is that all of the work I've done with video processing, image processing, etc has been in Python. I don't know Python well. However, I can easily look at Python code and find my way around. When I look at opencv4nodejs it's not the same. That's not …