Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
projects:verbal_morality_statute [2018/09/21 00:43] – ↷ Page moved from verbal_morality_statute to projects:verbal_morality_statute kratenkoprojects:verbal_morality_statute [2024/01/05 21:20] – [Development] kratenko
Line 1: Line 1:
 ====== Verbal Morality Statute Enforcer 2000 ====== ====== Verbal Morality Statute Enforcer 2000 ======
  
-===== Open tasks ===== +**Documentation is WIP @ 37c3 - please consult nemo rey / kratenko for questions**
-  deep speech testen (all) +
-    deepspeech (mozilla) auf continuous umbauen +
-    * deepspeech (paddlepaddle) ausprobieren +
-  * validation set baun +
-    * corpora +
-    * librispeech +
-  * wort/phrase liste anlegen  +
-    * Ger +
-    * Eng +
-  * Ausgabe lösen (wav nehmen? odertts?) +
-  * Beleuchtung baun (blink-a-lot) +
-  * Gehäuse (Wandanbringing) +
-    speaker + amplifier + power supply +
-  Stromversorgung+
  
 +The VMSE 2000 is the newest iteration in a long standing series of verbal hate crime prevention devices. It is able to detect language violations in all languages for the region of purchase and works in a range of up to 6 meters, while being able to work in conjunction with other instances of the VMSE2000 to cover your available space and keep you safe from dreaded language violations.
  
-------+Our analysts predict that the device integrate into everyone's way of life and be an accepted part of society no later than 2032. We are happy to provide you with our adaptation of [[https://www.youtube.com/watch?v=dz4HEEiJuGo|how the future will look like]] through the influence of the VMSE 2000.
  
-===== General Function ===== 
- 
-The VMSE2000 is the newest iteration in a long standing series of verbal hate crime prevention devices. It is able to detect language violations in all languages for the region of purchase and works in a range of up to 6 meters, while being able to work in conjunction with other instances of the VMSE2000 to cover your available space and keep you safe from dreaded language violations. 
  
 ===== Detailed Specification ===== ===== Detailed Specification =====
  
-  * The VMSE2000 listens for speech input and detects language violations +  * The VMSE 2000 listens for speech input and detects verbal morality violations committed by maniacs currently in the device's proximity.  
-  * Consequences of a detected language violation is a verbal notification as well as a printed receipt for a credit fine of 1$ in BTC including link to the web page (QR code 2000) +  * Consequences of a detected language violation is a verbal notification as well as a printed receipt for a credit fine of a sum adequate to the severity of the individual violation. 
-  * The language violation is announced with a sharp warning tone at the beginning for guaranteeing attention to this crime+  * The morality violation is announced with a sharp warning tone guaranteeing attention to this crime, both by the maniac himself as well as society in general. 
 +  * The public display of the maniacs moral misdemeanour will apply social pressure on the maniac, leading to an adjustment of the subjects moral values. 
 +  * The continuous enforcement of the verbal morality statute by the VMSE 2000 will result in a better society for everyone's benefit. 
 + 
 + 
 +===== Development ===== 
 + 
 +The VMSE 2000 is one of the most important projects by Deep Cyber, if not one of the most important efforts of our lifetime. While the physical parameters and technical details have been finalised in an early state of the development back in 2017, the component required for a reliable detection of violations proved do be much more complicated. The depth of Cyber necessary to overcome each and every obstacle on the way of fulfilling our goal, required a prolonged era of research. After six years of development we were finally able to present our fully functioning prototype to the public at the very end of 2023 on the perfect event for such a presentation: The Chaos Communication Congress, the 37C3. 
 + 
 +====== Hardware ====== 
 + 
 +- Raspberry Pi 5 (4 also successfully tested) 
 +- Thermal Printer (compatible with `python-escpos`) 
 +- USB Audio Adapter 
 +- PlayStation Eye USB camera for (taped-over CCD) 
 + 
 +====== Software used ====== 
 + 
 +- OpenAI whisper model (base) prompted for your language of choice! 
 +- [[https://github.com/aarnphm/whispercpp|whispercpp python bindings]] 
 +- [https://github.com/openvinotoolkit/openvino|OpenVINO]] for speeding up encoding 
 + 
 +====== Source Code ======
  
-===== What needs to be done =====+You can find the firmware / device glue at [[https://github.com/deepestcyber/vmse2000-firmware/]]. 
 +The voice detection part can be found at [[https://github.com/deepestcyber/vmse2000-detector/]].
  
-Minimum Viable Product:+===== Previous Iterations =====
  
-  * evaluate Kaldi  +There were lot of iterations to get to this result (and a lot of non-development as well - this project started in 2017 after all). 
-    * does it still have pre-trained models? +We tested DeepSpeech, DeepSpeech V2, RNN on DeepSpeech 2 feature extractors and binary classification RNNs trained from scratch. In the end the simplest and most robust model was OpenAI whisperOur suspicion is that the amount of data, it's variance and the resulting robustness to noise (microphone as well as background) is what makes the difference.
-    * does it run on Raspi? +
-  * find alternatives to Kaldi +
-  * data set of language violations +
-    * dict.cc +
-    * leo +
-    * movie dataset? +
-    * there should be enough to do a proper train/val split +
-  * ensure passable noise robustness+
  
-===== Design =====