Skip to content

This web application enables the user to book a sporting venue of their choice, which are recommended based on the safety guidelines published by the Government. This application also provides a feature of monitoring the correctness while performing an exercise rotine at home itself.

Notifications You must be signed in to change notification settings

nikJ13/Sportsera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sportsera

This web application enables the user to book a sporting venue of their choice, which are recommended based on the safety guidelines published by the Government. This application also provides a feature of monitoring the correctness while performing an exercise routine at home itself.

Installation & Setup

NodeJs:

Use the npm registry to install all the required NodeJs libraries to run this project.

npm install

Python:

To install python to the system, refer this link - Python

To install anaconda to the system, refer this link - Anaconda

Open Anaconda Prompt and type the command (to make a new virtual environment).

conda create -n ENVNAME

To activate the new virtual environment.

conda activate ENVNAME

Now one should download the necessary libraries (in this virtual environment) as follows:

Opencv

conda install opencv

SQLite3

conda install -c blaze sqlite3

face-recognition

Since, the project has been executed in Windows, the following link would be helpful to provide guidance on installing 'face_recognition' library in Windows systems - Youtube video

SQLite database browser:

The following link is from where remote SQLite database browser can be downloaded - SQLite

Data of different grounds must be filled into the GROUNDS table of the database and the time slots should be mentioned in the TIMESLOTS table. An example of this data is as follows -

Alt Text

Alt Text

Speech interface:

Install "Handsfree for web" google chrome extension, which would be present in the chrome extension store.

Usage

To run the project, open Anaconda prompt (and activate the virtual env in which all the python dependencies are installed) and go to the root directory of the project (within the conda virtual environment setup for the project), and type

nodemon server.js

The application takes atleast 3 min to start. Along with that, open the 'Handsfree for Web" extension, which is installed in the Chrome browser. Once the message in the console prints "App started on port 3000", in the URL section of the browser, type http://localhost:3000/

Output

image

Home Page

image

Sign Up Page

image

Login Page

image

Landing Page

image

Venues to book (Recommendations)

image

Select Date

image

Home Workout Pose Correction

About

This web application enables the user to book a sporting venue of their choice, which are recommended based on the safety guidelines published by the Government. This application also provides a feature of monitoring the correctness while performing an exercise rotine at home itself.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages