Türkçe Metin |
-mkdir komutu ile deepspeech klasörünü oluşturdum. Daha sonra python aktivasyonu için > deepspeech>python diyerek işlem yapmamı sağlayacak ortamın sağladım. Deepspeech>python –m venv . Deepspeech>Scripts\activate diyerek üstünde işlem yapabilmem için gerekli her şartı komut satırında oluşturdum. Sonrasında paketin yüklenmesi için normal IDE ve Colab ortamındada uyguladığım komut satırının aynısını etkinleştirdim !pip install deepspeech Bulmuş olduğum kaynak’dan mikforon aktivasyonu için uygun paketi, oluşturduğum dosya dizinine yükleyerek işlemime devam ediyorum. !deepspeech>dir diyerek içeriğin durumunu kontrol ediyorum. |
İngilizce Çevirisi |
– I created the DeepSpeech folder with the mkdir command. I then provided an environment that would allow me to process python activation by saying > deepspeech>python. DeepSpeech>python-m venv . By saying Deepspeech>Scripts\activate, I created every requirement on the command line so that I can process it. After that, I enabled the same command line that I applied in the normal IDE and Colab environment to install the package !Piper deepspeech I continue my process by uploading the appropriate package for mycforon activation from the source I found to the file directory I created. !I check the status of the content by saying DeepSpeech>dir. |