Interspace
AI Based COVID-19 Tracker using Deep Learning and facial recognition
🛠️
Installation Steps
- Clone the repository
git clone https://github.com/Aarush-Goyal/interspace.git
- Change the working directory
cd interspace
- Install dependencies
npm install
- Run the app
npm run dev
💻
Built with
🦄
Deploy
🛡️
License
This project is licensed under the MIT License - see the LICENSE
file for details.
🍰
Contributing
Please contribute using GitHub Flow. Create a branch, add commits, and open a pull request.
Please read CONTRIBUTING
for details on our CODE OF CONDUCT
, and the process for submitting pull requests to us.
Project Structure
.
|-- PROJECT_SETUP.md
|-- README.md
|-- components
| |-- Dashboard
| | |-- DashboardBody.jsx
| | `-- SubmitReportForm.jsx
| |-- Developers
| | |-- Developer.jsx
| | `-- DevelopersBody.jsx
| |-- Footer.jsx
| |-- Header.jsx
| |-- Home.jsx
| `-- Navbar.jsx
|-- config
| `-- config.js
|-- fonts.js
|-- layouts
| `-- Main.jsx
|-- package-lock.json
|-- package.json
|-- pages
| |-- _app.js
| |-- dashboard.js
| |-- developers.js
| `-- index.js
|-- public
| |-- aarushgoyal.png
| |-- back.jpg
| |-- favicon.ico
| |-- sagarKhurana.jpg
| `-- vanshWassan.jpg
|-- screenshots
| `-- banner.png
|-- styles
| |-- Home.module.css
| `-- globals.css
`-- theme.js
Developed with