transcribe_AI / app.py
jlmarrugom's picture
Update app.py
dccc392
raw
history blame contribute delete
346 Bytes
import streamlit as st
st.title("Transcribe AI :pencil2:")
st.write(
"""
This is a Transcription App for Learning Languages. It uses 2 models,
a Generative Transformer, a Text to Speech Model, and a Text comparison algorithm
that shows if you are making a mistake so you can learn to write in the desired
language.
"""
)