👂 🎴 🕸️
During
this
tutorial
''
participants
will
be
introduced
to
diverse
ways
how
speech
-
to
-
text
(
STT
)
inferences
can
be
realized
on
non
-
cloud
''
local
(
i
.
e
.
edge
-
computing
)
architectures
.
Participants
will
acquire
knowledge
and
competence
concerning
intricacies
and
nuances
of
execution
of
two
different
types
of
ASR
systems
(
DeepSpeech
and
Random
Forests
)
on
three
different
hardware
architectures
(
e
.
g
.
RaspberryPiZero
(
armv6
);
RaspberryPi
4
(
armv7
without
CUDA
)
and
NVIDIA
Jetson
Xavier
(
armv8
/
aarch64
with
CUDA
).
Thus
''
in
90
minutes
of
a
hands
-
on
tutorial
participants
will
acquire
practical
know
-
how
about
how
to
transform
all
three
hardware
platforms
into
a
low
-
cost
local
STT
inference
engine
.
Hope
You
liked
it
and
let
'
s
stay
in
touch
<
br
/><
br
/>
Daniel
&
Hyungjoong
 <
br
/><
br
/>
daniel
@
udk
-
berlin
.
de
hjk
@
udk
-
berlin
.
de
<
br
/><
br
/>@
DigiEduBerlin
<
br
/><
br
/>
https
://
github
.
com
/
hromi
/
lesen
-
mikroserver
please
turn
off
tutorial
raspberrys
with
a
voiceshell
command
halt
Let
'
s
load
some
new
scorers
and
see
how
systems
perform
.
<
p
class
=
fragment
>
Please
create
a
list
of
10
-
50
tokens
relevant
to
Your
domain
of
interest
and
mail
them
to
daniel
@
udk
-
berlin
.
de
and
hjk
@
udk
-
berlin
.
de
''
we
will
create
You
a
microscopic
language
model
(
scorer
)
out
of
it
.
p
><
p
class
=
fragment
>
Help
extending
the
VoiceShell
dataset
by
doing
recordings
here
:
https
://
fibel
.
digital
/
22354
(
again
''
login
with
l
:
demo
-
tutorial
p
:
takarthbr
)
p
><
p
class
=
fragment
>
Feel
free
not
to
do
anything
or
leave
the
room
p
>
<
p
class
=
fragment
>
the
least
efficient
(
1
-
3
Watts
...)
universal
turing
machine
out
there
p
><
p
class
=
fragment
>
armv6
p
><
p
class
=
fragment
>
1GHz
512
GB
RAM
p
>
Please
connect
to
Hotspot
FibelNet
<
br
/><
br
/>
password
:
cirrostratus
<
br
/><
br
/>
then
try
to
connect
to
one
two
Pi4s
we
made
available
for
You
<
br
/><
br
/>
ssh
demo
-
tutorial
@
tutorial0
.
local
<
br
/><
br
/>
or
 <
br
/><
br
/>
ssh
demo
-
tutorial
@
tutorial1
.
local
<
br
/><
br
/>
password
takarthbr
<
p
class
=
fragment
>
8
-
core
ARM
v8
.
2
64
-
bit
CPU
(
aarch64
)
;
32
GB
RAM
512
-
core
Volta
GPU
with
Tensor
Cores
p
><
p
class
=
fragment
>
CUDA
-
support
p
><
p
class
=
fragment
>
every
now
''
NVIDIA
releases
an
debian
-
based
package
(
i
.
e
.
Linux4Tegra
''
L4t
)
with
all
packages
You
need
packed
in
a
so
-
called
Jetpack
suite
p
>
<
p
class
=
fragment
>
full
-
fledged
universal
turing
machine
::
1
.
5
GHz
64
-
bit
quad
core
ARM
Cortex
-
A72
processor
''
on
-
board
802
.
11ac
Wi
-
Fi
''
Bluetooth
5
''
full
gigabit
Ethernet
''
two
USB
2
.
0
ports
''
two
USB
3
.
0
ports
''
1
8
GB
of
RAM
p
><
p
class
=
fragment
>
5volts
only
;
power
-
consumption
between
3
-
10
Watt
p
><
p
class
=
fragment
>
during
this
tutorial
''
You
will
interact
with
Raspi4
running
Raspbian
10
(
buster
)
32
-
bit
armv7l
p
>
Dramatis
personae
:<
p
class
=
fragment
>
https
://
github
.
com
/
mozilla
/
DeepSpeech
p
><
p
class
=
fragment
>
https
://
github
.
com
/
coqui
-
ai
/
STT
https
://
coqui
.
ai
/
models
p
><
p
class
=
fragment
>
https
://
gitlab
.
com
/
Jaco
-
Assistant
/
Scribosermo
Quartznet
model
p
><
p
class
=
fragment
>
Connectionist
Temporal
Classification
(
CTC
)
beam
search
p
><
p
class
=
fragment
>
Tensorflow
&
Tensorflow
Lite
p
><
p
class
=
fragment
>
Random
forests
(
treelite
)
p
>
Edge
computing
is
a
computing
paradigm
that
brings
computation
and
data
storage
closer
to
the
sources
of
data
.
Edge
computing
concentrates
on
servers
in
proximity
to
the
last
mile
network
.
<
div
><
br
>
div
><
div
><
br
>
div
><
div
>
Mündigkeit
div
>
The
ultimate
aim
of
the
Digital
Primer
(
DP
)
project
is
development
''
optimization
and
deployment
of
digital
education
instrument
(
Bildunginstrument
)
for
fostering
of
acquisition
of
basic
literacy
in
primary
school
pupils
.
DP
has
two
sub
-
projects
:<
p
class
=
fragment
>
a
physical
Personal
Primer
(
π2
)
branch
focuses
on
design
of
a
post
-
smartphone
open
hardware
artefact
based
on
Raspberry
Pi
Zero
technology
.
p
><
p
class
=
fragment
>
the
Web
Primer
sub
-
project
provides
extended
functionality
in
browser
p
><
p
class
=
fragment
>
Both
sub
-
projects
provide
audiotext
support
''
implement
human
-
machine
peer
learning
curricula
and
use
Mozilla
s
DeepSpeech
acoustic
models
embelished
with
our
own
exercise
-
specific
language
models
.
p
>
<
p
class
=
fragment
>
Palope
is
a
Fibel
developed
by
prof
.
Christa
Röber
(
Germanistik
/
Pädagogik
''
Uni
Freiburg
)
and
her
team
p
><
p
class
=
fragment
>
the
essence
of
Fibel
is
the
scaffolding
sequence
-
from
simplest
syllables
to
evermore
complex
structures
p
><
p
class
=
fragment
>
in
Palope
''
the
trochaic
structure
of
German
language
is
exploited
to
maximum
to
facilitate
the
Einstieg
in
the
world
of
written
letters
p
><
p
class
=
fragment
>
good
design
choices
(
not
phoneme
-
driven
but
syllable
-
driven
)
many
interesting
inovations
(
color
coding
of
different
syllable
types
)
and
cognitivelly
powerful
methods
(
e
.
g
.
Silbentepiche
)
p
><
p
class
=
fragment
>
and
it
is
a
community
project
!
(
e
.
V
.''
all
OERs
under
Creative
Commons
etc
.)
p
><
p
class
=
fragment
><
a
href
=
https
://
fibel
.
digital
/
17387
/
play
target
=
blank
rel
=
noopener
>
Time
for
a
little
demo
a
>
p
>
<
p
class
=
fragment
>
the
Primer
should
not
replace
the
human
teacher
but
assist
her
(
e
.
g
.
by
keeping
track
of
what
individual
children
know
and
do
not
know
)
p
><
p
class
=
fragment
>
adapt
the
Primer
to
the
child
and
not
child
to
the
Primer
(
all
our
speech
recognition
models
run
on
our
own
servers
/
local
hardware
and
can
easily
adapt
to
a
concrete
pupil
or
group
of
pupils
)<
br
>
p
><
p
class
=
fragment
>
as
the
child
learns
''
so
does
the
Primer
(
we
call
this
Human
Machine
Peer
Learning
)
p
><
p
class
=
fragment
>
Achtung
''
Gefahr
:
!!!
by
focusing
too
much
on
the
technical
''
AI
-
related
side
of
things
''
one
may
easily
fall
into
trap
of
poor
pedagogical
practices
!!!
p
>
<
div
><
br
>
div
><
div
><
br
>
div
><
div
>
Mündigkeit
div
>
[Impressum, Datenschutz, Login] Other subprojects of wizzion.com linkring: naadam.info fibel.digital puerto.life baumhaus.digital udk.ai giver.eu refused.science gardens.digital teacher.solar kyberia.de