Git Product home page Git Product logo

vitalsense's Introduction

THE GREAT HACK - Techfluence Hackathon

Problem Statement

How can we utilize wearable devices and sensors to monitor health indicators like heart rate, blood pressure, and glucose levels, and notify users or caregivers of any abnormalities or emergencies?

๐Ÿ”— Content

๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ Team

๐Ÿ“‹ Features

๐Ÿงฐ Tech Stack

  • BACKEND : Django

  • DATABASE : MySQL

  • FRONTEND : React JS

  • Machine Learning : Pandas, Numpy, Tensorflow, Keras, Scikit-Learn

๐Ÿ›  API Reference

๐Ÿ” Environment Variables

To run this project, you will need to add the following environment variables to your .env file

  • SECRET_KEY - Secret Key for Backend

  • JWT_KEY - JWT Authentication Key

  • EMAIL_HOST_USER - Email ID

  • EMAIL_HOST_PASSWORD - Email Password

  • SOCIAL_SECRET - Default Password for Social Auth

  • GOOGLE_CLIENT_ID - Google Client ID

  • GOOGLE_CLIENT_SECRET - Google Client Secret

  • TWILIO_ACCOUNT_SID - Twilio Account SID

  • TWILIO_AUTH_TOKEN - Twilio Auth Token

๐Ÿ’ป Run Locally

Step#1 : Clone Project Repository

git clone https://github.com/Intensa-Council-GEC/Team-Delta.git

Step#2 : Go to Project Directory

cd Team-Delta

Step#3 : Run Backend Server

cd backend
  • If virtualenv is not istalled :
pip install virtualenv && virtualenv env
  • Turn On Virtual Environment

  • In Windows :

    env/Scripts/activate
  • In Linux or MacOS :
    source env/bin/activate
  • Install Dependencies
pip install --upgrade pip -r requirements.txt
  • Runserver
python manage.py runserver

Step#4 : Run Frontend Server

cd frontend
  • Install Dependencies
npm install
  • Runserver
npm run dev

Check the terminal if any error.

Step#6 : Open Browser

  • Open http://127.0.0.1:5173/ or http://localhost:5173/ on your browser.

๐Ÿ“„ Documentation

DOC

vitalsense's People

Contributors

atharvparkhe avatar greeshma2903 avatar prathamshankwalker avatar abdulbaasithere avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.