Table of Contents
The event of the creation of the vaccine gave hope to everyone across the world. But now in a country with 1.2 Billion people, vaccinating the population becomes a gargantuan task to handle this we have created a complete solution right from people looking for the nearest vaccine centers to handling the crowd at the vaccination centers.
The system created includes a wide variety of advanced features such as
- Live Geo-Location-based Tracking: To help find the nearest vaccination center for the person. To know the distance and time it takes to reach the location.
- Inbuilt video calling functionality: To facilitate faster communication between the authorities and the people we have included video calling to ensure faster resolution of queries.
- Covid-19 detection using X-ray: Leveraging computer vision and deep learning we have created a system to help detect covid-19.
- Chatbot- Used for helping people having any issues or queries regarding the vaccine.
- CCTV Surveillance application: Using state-of-the-art object detection and facial-recognition deep learning systems we have created an application to detect social distancing violations and also activity recognition in case of any event such as crowding to maybe even violence occurs we notify the authorities using push notifications and email. The system is connected to the backend of the application and the information is also displayed on the vaccination centers admin page.
- qr code based entry: Qr code given to each user will help in monitoring the situation and keep a check on the people entering the vaccination center
The Tech Stack used to make the project is
Follow these steps to get this project up and running on your local setup
Clone the repo using the following command
git clone https://github.com/DylanDsouza00/InnovateNSUT.git
- Install all the dependencies using the following command
pip install -r requirements.txt
- Do all the necessary migrations
python manage.py migrate
- Run the Server
python manage.py runserver
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Sujit Noronha - [https://www.linkedin.com/in/sujit-noronha-0452171b1]
Franky Pinto-[https://www.linkedin.com/in/franky-pinto-781110188/]
Dylan Dsouza-[https://www.linkedin.com/in/dylandsouza00/]
Project Link: https://github.com/sujitnoronha/hack_a_sol_2021