"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.git
check requirements.txt and install libraries(ex. torch, flask,tensorflow ...)
- Run flask web application and react web
cd flask-server python app.py
cd frontend npm start