Machine Learning Based HandWritten-Calculator
- ๊ฐ์ํ๊ฒฝ ์ธํ
python -m venv [๊ฐ์ํ๊ฒฝ ์ด๋ฆ]source [๊ฐ์ํ๊ฒฝ์ด๋ฆ]/Scripts/activate
- Django ์ค์น
pip install django
- TensorFlow ํจํค์ง
pip install --upgrade tensorflow
- Tensorflow ์ค์น ํ์ธ
python -c "import tensorflow as tf;print(tf.reduce_sum(tf.random.normal([1000, 1000])))"