Skip to content

DAT-Class/HandWritten-MultiDigit-MLCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HandWritten-Multi-Digit-Calculator

Machine Learning Based HandWritten-Calculator

프로젝트 실행 단계

  1. 가상환경 세팅
  • python -m venv [가상환경 이름]
  • source [가상환경이름]/Scripts/activate
  1. Django 설치
  • pip install django
  1. TensorFlow 패키지
  • pip install --upgrade tensorflow
  1. Tensorflow 설치 확인
  • python -c "import tensorflow as tf;print(tf.reduce_sum(tf.random.normal([1000, 1000])))"

References

About

Machine Learning Based HandWritten-Calculator DjangoWebSite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published