/FaktaBersih2024

This is a final project for our thesis defense, which is a Web App created using streamlit. It can detects fake news surrounding Indonesia 2024 Presidential Election

Primary LanguagePython

# pip install
pip install streamlit
pip install streamlit_option_menu
pip install mysql-connector-python
pip install beautifulsoup4
pip install scikit-learn
pip install schedule

INSTRUCTION:
# SQL server needed to be on (using MYsqlworkbench/ Wamps/ dll)
1) pip install 
2) create database/ use insert_database
- dont forget to change host, username, password

3) open cmd in the directory
4) turn on virtual environment
# environment
create: python -m venv fake-news-env
fake-news-env\Scripts\activate
to turn of: deactivate

4) run streamlit
streamlit run __main__.py