"Gram" is a software that analyzes posts, extracts keywords, and outputs compatibility through the similarity of keywords.
- install
# clone this repo git clone https://github.com/lkh3409/Gram.gitcheck requirements.txt and install libraries(ex. torch, flask,tensorflow ...) - Run flask web application and react web
cd flask-server python app.pycd frontend npm start


