Skip to content

Prototype of Estonian Language AI conversation that uses ASR, GPT-2 and TTS models developed by TalTech and University of Tartu.

License

Notifications You must be signed in to change notification settings

kunnark/ai-conversation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Conveersation / AI vestluspartner

Prototüüp eestikeelse kõnetuvastuse, GPT-2 mudeli ning TTS mudeliga, mis suudab suvalisel teemal vestelda.

  • Töötab CPU peal lokaalses masinas.

ENG: Prototype using Estonian ASR, GPT-2 and TTS to have conversations.

Used Models / Kasutatavad mudelid

ASR: https://huggingface.co/TalTechNLP/espnet2_estonian
GPT-2: https://huggingface.co/tartuNLP/gpt-4-est-large
TTS: https://github.com/TartuNLP/text-to-speech-worker
TTS API: https://api.tartunlp.ai/text-to-speech/v2

Installation / Installimine

  • Create conda env. / Loo conda keskkond
conda create --name ai-speaker python=3.9
  • Activate conda env / Käivita keskkond
conda activate ai-speaker
  • Install pip / Installi pip käivitatud keskkonnas
conda install pip
  • Install requirements.txt / Installi requirements.txt
pip install -r requirements.txt

Running on command line / Käivitamine käsurealt

python main.py

About

Prototype of Estonian Language AI conversation that uses ASR, GPT-2 and TTS models developed by TalTech and University of Tartu.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages