❍ 파이썬 가상환경 실행 (3.0 이상)
❍ 스트림릿 설치
pip install streamlit
❍ 라이브러리 설치
pip install gensim newspaper3k
git clone https://github.com/codelucas/newspaper/
❍ 프로젝트 구조
❍ app.py 실행
streamlit run app.py
💡BBC 코리아 뉴스를 요약해 보았다!@!
💻 깃허브 코드 링크: https://github.com/Turtlefromocean/WEB/tree/master/Streamlit_ML_TextRank-Summarizer
🔗 참고링크:
- https://anpigon.github.io/dclick/@anpigon/-textrank-summariser-1540351206980/
- https://radimrehurek.com/gensim/summarization/summariser.html
'프로그래밍 > Streamlit ML Web' 카테고리의 다른 글
[ML Web #1] Image Classifier (0) | 2020.03.27 |
---|