A simple webapp that takes in news body text and gives output of a reliable score that are generated through machine learning training.
So how to use this app:
- Python 3 Which you can get it from here:
https://www.python.org/downloads/
So since our webapp uses Python, some libraries we used are in the requirements.txt file. So basically just install all the packages dependencies by running
$pip install -r requirements.txt
:))
- Flask - The web framework used
- Scikit-Learn - The machine learning library we used
- Chong Su Xin - Initial work - Shoot-to-root
- Zogara Kenas - Contributor - kenaszogara
- Hannah Fakatou - Contributor - Langi17
This project is licensed under the MIT License - see the LICENSE.md file for details