Infotegrity is a comprehensive platform designed to deliver in-depth analysis of online articles. Using advanced sentiment analysis models, Infotegrity helps in understanding the underlying tone and biases in news articles and other online content.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software:
- Node.js and npm
- Python 3
- Flask
A step-by-step series of examples that tell you how to get a development environment running:
git clone [url-to-your-repo]
npm install
npm start
cd backend
python3 flaskApp.py
To use Infotegrity:
- Open your browser and navigate to localhost:3000.
- Find an online article you wish to analyze.
- Copy the article's URL and paste it into the analyze bar on Infotegrity.
- Press the "Analyze" button.
Explore the analysis results provided by the platform.