Posted by : Arifah Nur Ainia

 conda env list

conda create --name myenv python=3.8

conda activate myenv

git clone https://github.com/githubharald/SimpleHTR.git

cd repo-name

pip install -r requirements.txt

pip install jupyter

jupyter notebook

%run src/main.py


import os

#mengubah nama file

os.rename("new_file.py", "renamed_file.py")

#menghapus file

os.remove("renamed_file.py")

#mengatur direktori

os.chdir("C:/Users/DBABS/Desktop/Tutorial/python_test")

#membuat folder

os.mkdir("test")

#mengetahui letak directori saat ini berada

print(os.getcwd())

os.chdir("C:/Users/DBABS/Desktop/Tutorial/python_test")

#menghapus direktori

os.rmdir("test")

Membuat Tutorial install mapper 

Document Scanner with OpenCV and Python || Pengolahan Citra Digital

https://www.youtube.com/watch?v=3Z2Ov7TYY8A 



Download Dataset IAM Handwriting 

https://idcamp.ioh.co.id/registration/learning-path
Kelas di program ini adalah:

Leave a Reply

Subscribe to Posts | Subscribe to Comments

- Copyright © Whatever I Don't Care - Hatsune Miku - Powered by Blogger - Designed by Johanes Djogan -