gTTS.py
: to generate gTTS.mp3gT2T.py
: google translatepython gpt4free.py
(gpt-3.5-turbo)python gpt4all_prompting.py
python LLM_prompting.py
python llm_server.py
(on GPU)python post_text.py
(on PC)ollama list
ollama run llama3.1
python ollama_chat.py
python ollama_stream.py
(print text in streaming mode)python ollama_curl.py
python ollama_speak.py
(ollama generated text, gTTS to speech, then mpg123 to speak)python ollama_speak_t2t.py
(ollama generated text, gTTS to speech, deep-translator to zh-TW, mpg123 to speak)python whisper_llm_server.py
python ../gTTS.py "Hello, how are you?" en
python post_audio.py
python ../gTTS.py "Hello, how are you?" en
python post_audio.py
For running server, (use one of the following)
python llava_server.py
python llava_next_server.py
python phi3-vision_server.py
For running client, (post image & text to VLM server)
python post_imgtxt.py images/barefeet1.jpg
python whisper_llava_server.py
python ../gTTS.py "這是什麼有名的台南美食?" zh
(TTS)python post_imgau.py
(client)python parler.py
python bark_en.py
, python bark_cn.py
python coqui_en.py
, python coqui_zh.py
python text_to_speech.py
python gTTS.py "你好?" zh
python gTranslate.py
sdxl-base.py
- run SDXL-base model to input text and generate an imagesdxl-lightning-lora.py
- run SDXL-Lightning with LoRA model to use text to generate an imagesdxl-lightning-unet.py
- run SDXL-Lightning with UNet model to use text to generate an imagegTranslate + SDXL-Lightning + TripoSR + AppInventor2