Covid Prediction

screenshot of Covid Prediction
flask
react
styled-components

Covid Prediction app is a machine learning based Covid-19 data analyzing dashboard updates daily that can visualize and make predictions about future Covid cases at the same time.

Overview

The Covid Prediction app is an innovative machine learning-based dashboard designed to provide real-time insights into Covid-19 data. With daily updates, it not only visualizes current statistics but also forecasts future cases, empowering users with crucial information about the pandemic's trajectory. Its user-friendly interface makes it accessible to a wide audience, helping individuals and organizations alike stay informed and prepared.

Whether you're a researcher, policymaker, or just someone interested in the pandemic's evolution, this app offers essential features that cater to various needs. From visualizations of Covid-19 statistics by country to predictive analytics, the app serves as a comprehensive tool for those wanting to understand the impact of Covid-19 better.

Features

  • Daily Updates: The app automatically updates to reflect the most current Covid-19 data, ensuring users have access to the latest statistics.
  • Visualization Tools: Engage with clear visual representations of active, recovered, and deceased Covid cases by country, making the data easier to interpret.
  • World Map Visualization: View the spread of Covid cases across the globe on an interactive map for a more geographical understanding of the pandemic.
  • Filtering Options: Tailor your data view with filtering options that allow users to focus on specific countries or regions.
  • Predictive Analytics: Utilize machine learning algorithms to make informed predictions about upcoming Covid cases for selected countries, enhancing preparedness.
  • Responsive Design: Built with React and styled components, the app delivers a smooth and visually appealing user experience across various devices.
  • Robust Tech Stack: The application is powered by a combination of advanced technologies including Redux, Flask, and TensorFlow, ensuring efficient performance and scalability.

The Covid Prediction app stands out as a reliable resource for navigating the complex landscape of the ongoing pandemic.

flask
Flask

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.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.