— iIT-Services

Archive
Business

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

As written a while ago already, password-protected Excel worksheets can be unlocked through a VBA script:

Even simpler is the approach through editing the XML source of the Excel file, as described by paracon.ca/…:

  1. Rename your file by adding *.zip to its extension.
  2. Open the zip file.
  3. Browse to the path ‘xl > worksheets’ folder.
  4. Extract the protected sheet xml file to local drive.
  5. Open the xml and delete the markup text <sheetProtection …>.
  6. Save and close the xml file.
  7. Overwrite the original xml in the zip folder with the file from local drive.
  8. Close the zip file and rename the file by removing the .zip extension.
Read More

Full integration, editable calendar with two-way synchronisation – more complicated than it could be: https://frightanic.com/apple-mac/thunderbird-icloud-calendar-sync/.

For the sync of contacts, the URL is: https://<serverID>-contacts.icloud.com/<user>/carddavhome/card/. See: https://support.mozilla.org/bm/questions/1384897.

Read More

Simple online service to let people pay to send you emails/service requests: ningo.me. – though, it remains unclear who the service provider of ningo.me is, since the company behind the product hast been renamed and rebranded in June 2021 without disclosing so on the product page. –> Deprecated, service discontinued (14.6.2024)

Read More

When you mail merge and send it as an email, Microsoft does not give you an option to attach a file. The “Outlook Mail Merge Attachment” is a small VB script (similar to a Macro) that attaches a separate file to the emails before sending them: https://www.westernsydney.edu.au/tld/home/how_to/how-to_resources/microsoft_word/email_-mail_merge-_with_attachment or http://omma.sourceforge.net.

Read More

When security risks in web services are discovered by independent security researchers who understand the severity of the risk, they often lack the channels to disclose them properly. As a result, security issues may be left unreported. security.txt defines a standard to help organizations define the process for security researchers to disclose security vulnerabilities securely: securitytxt.org.

Read More