— iIT-Services

Archive
Science

noScribe is an AI-based software designed for transcribing audio, particularly useful for qualitative social research and journalistic interviews. The software is free, open-source (licensed under GPL-3.0), and operates entirely offline, meaning no data is sent to the cloud, ensuring privacy. It can recognize up to 99 languages and distinguish between different speakers, which is particularly helpful for interviews with multiple participants.

The software includes an editor that allows users to review, verify, and correct the transcriptions manually. It utilizes advanced AI models, such as OpenAI’s Whisper, faster-whisper by Guillaume Klein, and pyannote by Hervé Bredin, for the transcription process.

It requires a relatively up-to-date computer to function efficiently, slower systems may result in long transcription times. The software is around 3.7 GB, poor audio quality may lead to transcription errors.

noScribe aims to reduce the difficulty of transcription for researchers and journalists, offering a reliable, private, and easy-to-use tool for processing interviews.

Find a review of noScribe (in German) here: https://sozmethode.hypotheses.org/2315.

Source: https://github.com/kaixxx/noScribe

Read More

In collaboration with the Public Prosecutor’s Office of the Canton of Zurich, the Zurich Cantonal Police, the Zurich City Police and the Winterthur City Police, a team from the Statistical Office of the Canton of Zurich has developed a prototype app that automatically transcribes confidential audio and video files. Also in Swiss German.

The app is open-source and based on the Whisper v3 Large model, which enables transcriptions up to 15 times faster than in real time – without license or usage costs. The app offers a wide range of functions such as automatic speaker recognition, multi-file upload, predefined vocabulary and various export options. Transcripts can be edited directly in the application and linked synchronously with the source file.

Hardware requirements: recommend using a CUDA-compatible graphics card with at least 8GB VRAM, as transcription on a CPU is extremely slow.

Source: https://github.com/machinelearningZH/audio-transcription.

Read More

The magazine computerwoche.de published a list of handy Open Source Intelligence Tools, incl.:

  • Maltego – comprehensive tool for graphical link analyses that offers real-time data mining and information gathering, as well as the representation of this information on a node-based graph, making patterns and multiple order connections between said information easily identifiable
  • Recon-ng – gathering tool aimed at reducing the time spent harvesting information from open sources
  • theHarvester – emails, subdomains and names Harvester
  • Shodan – world’s first search engine for Internet-connected devices
  • Metagoofil – metadata harvester
  • searchcode – search 75 billion lines of code from 40 million projects
  • SpiderFoot – automates OSINT so one can find what matters, faster
  • Babel X – discover and decipher geographically diverse, multilingual data into actionable insights in real time, babel street’s platform helps interpret real-time data, so one can make clear, decisive decisions that impact any mission
  • Mitaka – browser extension for OSINT search
  • BuiltWith – search tech stack of specific websites
  • Wappalyzer – find the technology stack of any website
  • DarkSearch.io – self-declared “first real” “dark web” “search engine” (yet, no longer publicly available)
  • Grep.app – tool for searches across git repos

The list seems compiled from pcwdld.com, where more detailed descriptions of each tool can be found.

Furthermore, the OSINT Framework helps gathering information from free tools or resources by providing a very good overview of available applications, platforms, methods etc.

Read More

MindProbe is a server to host online experiments. This server runs the open-source software JATOS, which is compatible with several free software packages for developing online experiments, including OpenSesame/ OSWeb, jsPsych, and Lab.JS. MindProbe is sponsored by ESCOP, with Journal of Cognition as their official journal. MindProbe is free: mindprobe.eu.

Read More

This is a step-by-step manual to configure a Limesurvey poll to show X questions from a (random) selection of Y question groups.

The proof of concept can be accessed here: https://survey.toolsforresearch.com/index.php/345678. The compliation was borrowed from Tony Partner:
https://www.limesurvey.org/forum/can-i-do-this-with-limesurvey/107889-randomly-select-question-groups#145950

The full manual can be found here: https://toolsforresearch.com/limesurvey-randomly-show-x-out-of-y-question-groups and an excerpt of it is copied below.

1) The slider to choose the number of groups (variable x)

Create a ‘Multiple numerical input’ question with Qcode ‘gcount’. The maximum should match the number of random groups within randomization group (‘y’).

Add a subquestion ‘1’. The variable ‘x’ will be stored in ‘gcount_1’.

2) Random groups

Create the random groups: ‘randGroups1’ in randomization group.

3) Equation in each random group

Every random group should start with a hidden question of the equation type.

The value of the equation is the sum of the RelevanceStatuses for all the other groups in the same Randomization group.

4) Questions within a random question group

The trick is that every (visible) question within each random group must have a relevance equation that checks if the equation of the current random group is less than gcount_1 (the ‘x’ variable). The relevance equation is entered in the general options of each question.

Read More

Disclaimer: Do not circumvent DRM. Always assure compliance.

  1. Downlaod “Kindle App” on PC.
  2. Locate *.azw-file of relevant manuscript under C:\Users\<…>\Documents\My Kindle Content\<…>_EBOK.
  3. Import into Calibre (make sure to have the right plug-ins installed – esp. DeDRM & KFX-Conversion).
  4. Convert manuscript in Calibre to PDF or whatever format.
Read More

The website This Person Does Not Exist showcases fully automated human image synthesis by endlessly generating images that look like facial portraits of human faces: https://thispersondoesnotexist.com.

Read More