Steps to launch the website:
-
Run the file app.py on the terminal using the command "python app.py".
-
Enter any of the hardcoded credentials in the login page. The hardcoded credentials are mentioned below:
i) Email: admin@gmail.com Password: // Leave blank
-
Once the credentials are entered, click the "Sign In" button. This will lead you to the Text Summarization Page.
Folder Description:
- Screenshots: This folder contains the screenshots of the Login Page and Text Summarization Page.
- static: This folder contains the CSS files used for designing the webpages.
- templates: This folder contains all the HTML files of the website.
- app.py: This is the python flask file.
Note: Be sure to replace MySQL database header info with the database you choose if using one. The one used in this application is currently deactivated.