개발로 하는 개발

Web Quickdraw game using QuickDraw dataset 본문

Projects/Capstone

Web Quickdraw game using QuickDraw dataset

jiwon152 2024. 1. 14. 13:39

https://github.com/akshaybahadur21/QuickDraw

 

GitHub - akshaybahadur21/QuickDraw: A simple implementation of Google's Quick, Draw Project for humans. 🖌️ 🖼️

A simple implementation of Google's Quick, Draw Project for humans. 🖌️ 🖼️ - GitHub - akshaybahadur21/QuickDraw: A simple implementation of Google's Quick, Draw Project for humans. 🖌️ 🖼️

github.com

numpy
matplotlib
opencv-python
keras
pandas
h5py
scipy
tensorflow-macos #add to requirements.txt
python -m venv vQuick
source vQuick/bin/activate
pip install -r requirements.txt
python -m pip install tensorflow-metal
cd QuickDraw_V1 
python3 QuickDrawApp.py

 

image를 읽어오지 못하는 중...