Latest Posts
- How to Install and Use OpenAI’s Whisper Locally for Automatic Transcription and TranslationImagine having an effortless way to convert your favorite podcasts, YouTube videos, or conference recordings into readable text—or instantly translate them from one language to another without lifting a finger. Whether you’re a content creator, researcher, or simply someone looking to save time, OpenAI’s Whisper is a game-changer. Whisper excels at automatic translation and transcription… Read more: How to Install and Use OpenAI’s Whisper Locally for Automatic Transcription and Translation
- Real-Time Landmine Detection: Robotic Integration of FLIR Camera Module, RGB Camera, and YOLO Neural NetworkThe first robot which I used to search for land mines / metal in the ground was build 2015 by myself in my workshop. In 2023 I started with the training of neural nets to detect anti-personal land mines like the PFM-1. Then I paused the project and restarted it in April 2024 after beeing… Read more: Real-Time Landmine Detection: Robotic Integration of FLIR Camera Module, RGB Camera, and YOLO Neural Network
- Open-WebUi – OllamaAfter I had already installed Ollama as a server and had written one or two Python programs that used the API interface and the underlying language models, Open-WebUi for Ollama aroused my interest. That’s how this article was created, which describes how you could install and use Open-WebUi. In the lower part, after setting up… Read more: Open-WebUi – Ollama
- RAG Chat-Applikation – Langchain + Ollama + StreamlitIn terms of technical requirements and architecture, this solution is not very complex and is therefore ideal for getting started with large language models. It is also guaranteed to give you an initial sense of achievement very quickly. All the components used can be easily installed and combined with each other. I have followed the… Read more: RAG Chat-Applikation – Langchain + Ollama + Streamlit
- Ollama Ubuntu installation and configurationThis short guide is made up of several articles and takes you step by step from the installation to the finished application. First of all, the instructions are structured so that Ollama is installed. Ollama is used as a server that provides the various language models. The big advantage of Ollama (https://github.com/ollama/ollama) is that it… Read more: Ollama Ubuntu installation and configuration
This works using an very old laptop with old GPU >>> print(torch.cuda.is_available()) True >>> print(torch.version.cuda) 12.6 >>> print(torch.cuda.device_count()) 1 >>>…
Hello Valentin, I will not share anything related to my work on detecting mines or UXO's. Best regards, Maker
Hello, We are a group of students at ESILV working on a project that aim to prove the availability of…