This is the CLI that makes possible my PhD research
Python 3.12
- Run
pre-commit install - Run
pre-commit run --all-files-> check all the files are correct
- Run mypy across all files
python -m mypy .
You need to have FakeNewsNet downloaded in the same level:
.
├── FakeNewsNet
...
├── fake_news_cli