Skip to content

The fairy tale maker AI (2023) (Supported on Window)

Notifications You must be signed in to change notification settings

whispernorbury/seeweed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEEWEED

The fairy tale maker

Build & Run

  1. setup Virtual environment:
    py -3.10 -m venv env
    
  2. turn on virtual environment:
    env\Scripts\activate.bat
    
  3. import libraries:
    pip install -r requirements.txt
    
  4. Modify \Lib\site-packages\librosa\core\constantq.py
    Ln 1059: complex -> complex128(1)
    
  5. DB migrate and run server:
    python manage.py migrate
    python manage.py runserver
    

Add Your voice!

  • Import <YourGlowTTS>.tar to
/TTS/data/glowtts-v2/
  • Import <YourHifigan>.tar to
/TTS/data/hifigan-v2/

NOTE

  1. The SeeWeed is available only on Window OS...
  2. You have to poss your own OpenAI API Key!!

REFERENCE

Openai: for GPT-4, Dalle
SCE-TTS: for TTS(customizable)
Contest Info: about Yonsei genAI contest

LICENSE

MIT © TeamDahe

TODO

  • Modify Dalle2 Prompt more consistent
  • Upgrade UI/UX

About

The fairy tale maker AI (2023) (Supported on Window)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published