├── .gitignore ├── README.md └── assets ├── speechgen.png └── tasks.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ga642381/SpeechGen/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ga642381/SpeechGen/HEAD/README.md -------------------------------------------------------------------------------- /assets/speechgen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ga642381/SpeechGen/HEAD/assets/speechgen.png -------------------------------------------------------------------------------- /assets/tasks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ga642381/SpeechGen/HEAD/assets/tasks.png --------------------------------------------------------------------------------