- anaconda 설치 후
conda create -n "가상환경이름" python="파이썬 버전(3.7.10)"로 가상환경 만들기 pip install -r requirements.txtconda install torchaudio==0.7.0 cpuonly -c pytorch- mecab 설치
> bash <(curl -s https://raw.githubusercontent.com/konlpy/konlpy/master/scripts/mecab.sh)
> cd /tmp/mecab-0.996-ko-0.9.2
> ./configure
> make
> make check
> sudo make install
npm install react-route-domnpm install autosize
- inputField.js : input 받는 부분 (news url, news, AIHub data)
- HighlightRadioButton.js : 하이라이트 라디오 버튼 부분
- TextField.js : 기사 본문을 나타내는 부분
- GoldSummaryField.js : gold summary, naver summary가 나타나는 부분
- ModelTextField.js : 각각의 추출 요약 모델이 요약한 결과를 나타내는 부분
cd backend후에python react_api.py터미널 창에 입력cd ..cd frontendnpm start