|
vor 4 Monaten | |
---|---|---|
.. | ||
readme_images | vor 4 Monaten | |
README.md | vor 4 Monaten |
This repository contains the Notebook file and Python scripts to run the Inference.
It is part of the LearnOpenCV blog post - Introduction to Speech to Speech: Most Efficient Form of NLP
git clone https://github.com/huggingface/Speech to Speech.git
cd Speech to Speech
pipeline
in your python environment:python s2s_pipeline.py --recv_host 0.0.0.0 --send_host 0.0.0.0 --lm_model_name meta-llama/Llama-3.2-1B-Instruct --stt_compile_mode reduce-overhead --tts_compile_mode reduce-overhead
client
:python listen_and_play.py --localhost
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.