Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 880 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 880 Bytes

Tweet

Screenshot from 2023-03-29 07-46-40 Screenshot from 2023-03-29 07-49-15 Screenshot from 2023-03-29 08-14-45

Requirements

  • requirements.txt
  • python 3.8
  • virtualenv 20.0.17
  • Flask 2.2.3

Overview

  • Thu thập dữ liệu
  • Gán nhãn dữ liệu
  • Kiểm thử thuật toán naive-bayes
  • Phân loại trên dữ liệu mới

Install

git clone https://github.com/dt140120/Flask_twitter.git
cd Flask_twitter
pip3 install  -r requirements.txt

Run

cd Flask_twitter
python3 app.py