├── README.md ├── display2.py ├── genimg2.py ├── requirements.txt └── templates └── index2.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/voice-to-image-tensorRT/HEAD/README.md -------------------------------------------------------------------------------- /display2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/voice-to-image-tensorRT/HEAD/display2.py -------------------------------------------------------------------------------- /genimg2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/voice-to-image-tensorRT/HEAD/genimg2.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | argparse 2 | cudart 3 | torch 4 | pyaudio 5 | faster_whisper 6 | -------------------------------------------------------------------------------- /templates/index2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/voice-to-image-tensorRT/HEAD/templates/index2.html --------------------------------------------------------------------------------