Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
771 changes: 771 additions & 0 deletions Final- Crackers/Complete Notebook.ipynb

Large diffs are not rendered by default.

Binary file added Final- Crackers/Crackers-ppt.pptx
Binary file not shown.
3 changes: 3 additions & 0 deletions Final- Crackers/DEMO_LINK.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Drive link For the demo video-

https://drive.google.com/file/d/170qM95qZNk5pReKDiXMhwtxGQmv0aZeJ/view?usp=sharing
29 changes: 29 additions & 0 deletions Final- Crackers/Intro
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Covid Detection Using X-Ray Analysis ##

## Team- Crackers ##

## In  this Project we will be creating a covid-19 detection application. This will detect whether the person is having Covid-19
or pneumonia by analyzing the chest x-ray of that patient.


## Features
* Easy interface to file uploading and getting the result instantly.
* High Accuracy


## Tech

[Pytorch]-PyTorch is an open source machine learning library used for applications such as computer vision and natural language processing.
[Django] -Python web framework.



## Team Members-

* Shreyas Mandaokar
* Mohit Marathe
* Vedant Kolhe
* Satyam Muluk



Empty file.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions Final- Crackers/x_ray_classification/firstapp/admin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from django.contrib import admin

# Register your models here.
5 changes: 5 additions & 0 deletions Final- Crackers/x_ray_classification/firstapp/apps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from django.apps import AppConfig


class FirstappConfig(AppConfig):
name = 'firstapp'
Empty file.
Binary file not shown.
3 changes: 3 additions & 0 deletions Final- Crackers/x_ray_classification/firstapp/models.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from django.db import models

# Create your models here.
Loading