CXR-reactJS is a web application designed to provide information about COVID-19 in India, including vaccination centers, statistics, and chest X-ray image detection. The application is built using ReactJS, a popular JavaScript library for building user interfaces. It uses various APIs, including Bing API for map visualization of COVID-19 vaccination centers, to retrieve data and provide real-time updates.
Provides information about COVID-19 in India, including vaccination centers, statistics, and chest X-ray image detection. Uses ReactJS for building user interfaces. Retrieves data from various APIs, including Bing API for map visualization of COVID-19 vaccination centers. Hosts chest X-ray images on CloudFront through S3. Shows real-time graph of indian nearby countries stats by using chart.js Includes an online Telegram chatbot for support (@CovidXray19_bot). Hosted on covidxaid.site through AWS cloudFront.
To use CXR-reactJS, you can visit the application at covidxaid.site. You can also clone the repository to your local machine and run the application locally using the following steps:
Clone the CXR-reactJS repository to your local machine. Install the required dependencies using npm install. Run the application using npm start. Once the application is running, you can navigate to http://localhost:3000 in your web browser to view it.
Vaccination Center Tracker: Use the vaccination center tracker to find COVID-19 vaccination centers near you by entering your pincode.
COVID-19 Statistics: The application provides real-time updates on COVID-19 statistics in India, including the number of confirmed cases, deaths, recoveries, and tests.
Chest X-ray Image Detection: The application can detect COVID-19 from chest X-ray images. To use this feature, you can upload an X-ray image and receive a prediction indicating whether the image shows signs of COVID-19 or not.
Online Telegram Chatbot Support: The application includes an online Telegram chatbot for support @CovidXray19_bot. You can use this chatbot to receive real-time updates on COVID-19 in India and get answers to your questions.
CXR-reactJS is released under the MIT License. See the LICENSE file for more information.