Skip to content

youngkwon02/The-Signature

Repository files navigation

🪄 The Signature

  • Signature production service (WEB * ML)
  • Let us make your novel signature!

🖥 DEMO Result

readme01 readme02 readme03 readme04 스크린샷 2021-06-13 오후 5 21 43 readme05


💫 Contributor


Youngkwon Kim

Server

Sohyun Park

Front-End

Yula Seo

ML

🔮 How to install

  1. Create workspace and clone:
mkdir signature-workspace && cd signature-workspace
git clone https://github.com/CAU-Celebrity/TheSignature.git

  1. ML model 다운로드: Download
 위의 링크에서 모델 파일을 다운로드 후
 /signMaker/ml_model/ 폴더에 배치

  1. 가상환경 설치 및 Module 설치:
pip3 install virtualenv && virtualenv venv

source venv/bin/activate     (For Linux, Mac OS)
call venv/Scripts/activate   (For Windows)

cd TheSignature && pip3 install -r requirement.txt

(According to your dependency, you might have to install some additional modules)

3-a. DB 관련 Module 설치:

(Window & Mac)
pip3 install mysqlclient
pip3 install pymysql

(Linux)
sudo apt install libmysqlclient-dev
pip3 install mysqlclient
pip3 install pymysql

  1. Model migration:
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver

  1. 실행 방법:
다음 주소를 브라우저에 복사 및 이동

localhost:8000

🌸 Thanks to

  • Prof: Sangoh Park (Chung-Ang Univ)
  • Mentor: Jiman Kim (Samsung research)

About

만들어드림, 너의 싸인 💚

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published