The fairy tale maker / Won Gold Prize in 연세 GenAI 활용 경진대회
- setup Virtual environment:
py -3.10 -m venv env - turn on virtual environment:
env\Scripts\activate.bat - import libraries:
pip install -r requirements.txt - Modify \Lib\site-packages\librosa\core\constantq.py
Ln 1059: complex -> complex128(1) - DB migrate and run server:
python manage.py migrate python manage.py runserver
- Import
<YourGlowTTS>.tarto
/TTS/data/glowtts-v2/
- Import
<YourHifigan>.tarto
/TTS/data/hifigan-v2/
- The
SeeWeedis available only on Window OS... - You have to poss your own OpenAI API Key!!
Openai: for GPT-4, Dalle
SCE-TTS: for TTS(customizable)
Contest Info: about Yonsei genAI contest
- Modify Dalle2 Prompt more consistent
- Upgrade UI/UX