Da:gather Flask App for Friend Recommendation System and Spelling Inspection Function
- To use Recommendation System, install some packages by running the below codes
pip install pandas
pip install scikit-learn
- To use Spelling Inspection Function, install some packages by running the below codes
pip install flask
pip install requests
pip install git+https://github.com/jungin500/py-hanspell
- To execute the app, run the below code
python3 main.py