Skip to content Skip to sidebar Skip to footer
Showing posts with the label Raspberry Pi3

How To Import The Tensorflow Lite Interpreter In Python?

I'm developing a Tensorflow embedded application using TF lite on the Raspberry Pi 3b, running … Read more How To Import The Tensorflow Lite Interpreter In Python?

Run Terminal Commands On Raspberry Startup

I am working on a project in which I am using curses and pygame librarie, my python program/script … Read more Run Terminal Commands On Raspberry Startup

How To Run Pygame Script Using Systemd Service?

I Wanted to run pygame script using systemd service for that followed these steps to run a pygame s… Read more How To Run Pygame Script Using Systemd Service?

Detecting Mechanical Button Press With Python3 And Qt5

I have an application that is developed in Python 5.3 and PyQt 7.1 (I think). So far I have everyt… Read more Detecting Mechanical Button Press With Python3 And Qt5

Flask Routes Other Than '/' Not Being Served By Apache

So I should preface this by saying I am new to Flask, Apache, and web serving so I apologize in adv… Read more Flask Routes Other Than '/' Not Being Served By Apache