yudhatand / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# 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

About

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


Languages

Language:Python 89.7%Language:C++ 5.5%Language:Cython 3.9%Language:C 0.8%Language:Fortran 0.0%Language:JavaScript 0.0%Language:CSS 0.0%Language:PowerShell 0.0%Language:Smarty 0.0%Language:Jupyter Notebook 0.0%Language:Forth 0.0%Language:Meson 0.0%Language:Batchfile 0.0%Language:Jinja 0.0%Language:HTML 0.0%Language:CMake 0.0%