Live Demo - https://newslyzer.biz/
NewsLyzer helps you to filter Bias, Sentiment and Deepfake from a news article. It enables you to make a unbiased opinion about any topic.
Sr No. | Name | |
---|---|---|
1 | Shivam Shekhar | [email protected] |
2 | Arun | [email protected] |
- Any system with basic configuration.
- Operating System : Any (Windows / Linux / Mac).
- Updated browser
- Node.js installed (If not download it here).
- FastAPI install (If not downloaded it here)
- Any text editor of your choice.
Client directory
Install dependencies
$ yarn install
or
$ npm install
Start the website development server
$ yarn dev
or
$ npm dev
Install Dependencies
pip install -r requirements.txt
Run the Server
uvicorn main:app --reload
Note: Make sure to follow .env.sample and add environment variables.