Making a Tesseract model for my license plates

Requirements First download the following repository:git clone https://github.com/tesseract-ocr/tesstrain.git Navigate to the folder: cd tesstrain Compile the application:make tesseract-langdata Make a new to save the default language model to: mkdir -p usr/share/tessdata Now download the model: wget -P usr/share/tessdata https://github.com/tesseract-ocr/tessdata_best/raw/main/eng.traineddata Making the dataset I made pictures of random cars outside for my other model. When you […]

Making a license plate AI model Part 2

My previous attempt didn’t quite give me the results I was hoping for, so I looked for another way to train the model. I still use Label Studio to make the dataset, the only thing that changed here is the export. I now use YOLO instead of Pascal. These are my new files:

Making a license plate AI model

Results I have made so far Model 2024-04-06_01 Handy things I have found along the way https://github.com/abdelrahman-gaber/tf2-object-detection-api-tutorial?tab=readme-ov-file#training-object-detection-model-with-your-custom-dataset This is a very rough written down experience of me trying to make my own model. Getting the dataset I simply hooked up a camera (Logitech C920) to my mac and recorded using OBS. Preparing the dataset First […]

Determine gender with AI

Setup Usage Using GPU in conda: If you for some reason want to use your GPU instead of CPU:

Making a voice model with so-vits-svc

Index Hardware used in this guide: Software used in this guide: An example of the Sinon model will be put here. This example comes from a model that is trained on a dataset of 102 voice samples for 2629 epochs. Acquiring a dataset Step 1 Find videos, music, podcasts or whatever that contains the voice […]