COVID-19 DETECTION USING DEEP LEARNING AND CNN WITH DATA ANALYSIS, OUTBREAK PREDICTION AND VISUALISATION.
- Pycharm
- Google Colab
- Jupyter Notebooks
- Anaconda Navigator
- NUMPY
- PANDAS
- MATPLOTLIB
- FOLIUM
- PLOTLY
- KERAS (DENSE, CONV2D, MAXPOOL2D, DROPOUT, FLATTEN, MODELS, SEQUENTIAL,etc).
- COVID - POSITIVE CASES => https://www.kaggle.com/datasets/paultimothymooney/chest-xray-pneumonia
- COVID - NEGATIVE CASES =>
Scraped Data from :-
1> https://radiopaedia.org/
2> https://www.sirm.org/category/senza-categoria/covid-19/
3> https://www.eurorad.org/
4>https://coronacases.org/
- Blood tests are costly (not affordable by all sections of the society).
- Blood tests take time to conduct (approx 5 to 6 hours per patient).
- Extent of The Spread In the Body Can be detected using Deep Learning Models And CNN.
- Classify using Image Classification Models And Segmentation Techniques and prediction of COVID Positive or Negative Verdict.
-
Visualising the preprocessed data set under the following heads :-
- WorldWide COVID-19 Cases.
- Cases Density Animation On World Map Along With Time Lapses.
- Cases over the Time With Area Plot.
- Using Folium Maps for presenting Confirmed, Active, Recovered, Death, New Cases, Population, Cases/Million with Choropleth Maps.
- Deaths And Recoveries Per 100 Cases.
- Top 15-20 Countries Data Analysis, Scatter Plots, Line Plots, Pyplots, Bar Plots, Tree Map Analysis And Growth Rates ( x days from 100+ cases, x days from 1000+ cases, x days from 100,000+ cases ).
- Confirmed Cases Country And Day-Wise Visualisation.
- COVID-19 Pandemic Comparison With Other Similar Epidemics (SARS, EBOLA, MERS, H1N1).
NOTE :- All of the plots and visualisations are completely interactive and customised (Zoom-In, Zoom-Out, Transcend, etc, Features shall be made available).
- Connecting the Deep Learning Model to A Web-Based Application wherein the user shall be able to make choices which data to be rendered or visualised on the screen.
- Deploying Tech Stack => Heroku Or Netlify. Technologies Or Tools To Be Used :-
- ReactJS(Maybe for enhanced GUI)
- HTML
- CSS
- Github, etc.