Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 617 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 617 Bytes

Dagather-Flask

[다문화 가정을 위한 친구 사귀기 플랫폼]

Da:gather Flask App for Friend Recommendation System and Spelling Inspection Function

How to Start

Installation

  • 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

Execution

  • To execute the app, run the below code
python3 main.py