This repo contains the backend code of ELISA developed using Django REST Framework.
Use the package manager pip to install requirements.
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py collectstatic
python manage.py runserver
- /admin
- /api/article
- /api/post
- /api/feedback
- /api/docs
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Clickbait detection approach used from this repo.
- Fake news predictor method has been inspired from Fake News Challenge - Team SOLAT IN THE SWEN.