Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AKing-283 authored Jun 23, 2024
1 parent 46797ef commit 5df072b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions Fake News Detection/Web-App/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,18 @@ This web app helps users determine the authenticity of news articles by leveragi
**License:**
MIT License

**Demonstration video!!**

https://github.com/AKing-283/DL-Simplified/assets/154039781/f45b5719-008a-4d38-ac6a-bbd6871a3892



**Folder Structure:**
1. Use saved model of H5 format as in `app.py` we have loaded the saved model's path of this format.
If you want you can change the format according to your interest.
2. In templates folder contains `index.html` which is the front end of this project.
3. A new seperate file(`feedback.csv`) will be created by the app.py which contains the feedbacks and
gets updated automatically when user will provide the feedback.
4. `app.py` is the main python program file which contains the program of flask . We will be getting output by running command:
```bash
```bash
python3 app.py ```
Here's the working/demonstration video of this project:
https://drive.google.com/file/d/1tvCMvsuau2wLdaosdzREhyWz7T-88IZR/view?usp=sharing

0 comments on commit 5df072b

Please sign in to comment.