
Flask Web Application "Coronavirus Latest and Prediction" using Bootstrap and AI
The Coronavirus Prediction Flask Web Application is a web application developed as a group midterm project for a class on Web Application Development. The aim of the project was to create a web application that provides information and predictions about the COVID-19 pandemic. The application is built using Flask, Bootstrap, Flask-SQLAlchemy, Pytorch, JavaScript, and AmCharts. It allows users to view landing page, sign up and sign in, monitor live data on COVID-19, cross-reference data worldwide, view historic data and plots, view information on specific countries, parse and display latest news on COVID, and download a simple PDF report of COVID data. The application also includes a page that displays predictions for COVID cases and deaths. It is currently deployed on Heroku, although the final version is not deployed due to size restrictions.
The Coronavirus Prediction Flask Web Application is a web application developed as a group midterm project for a class on Web Application Development. It provides various features including live COVID-19 data monitoring, cross-referencing of data, historic data and plots, information on specific countries, latest news on COVID, and predictions for COVID cases and deaths. The application is built using Flask, Bootstrap, Flask-SQLAlchemy, Pytorch, JavaScript, and AmCharts. The installation process involves cloning the repository, setting up a virtual environment, installing the required packages, and running the application using the run.py file. Despite its limitations, such as lack of smoothness and stability, the application serves as a useful tool for accessing COVID-19 information and predictions. Future improvements could include integrating COVID data with economics data and market shifts, as well as creating additional Pytorch models.

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.
Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.