This repository contains the code for the IMG-API project.
Back-end & Front-end by HARSH
ML by : KIRTAN
-
Download APIKEY from Firebase
-
Make file
credentials.json
and copy-paste that APIKEY of Firebase into it
To run the front-end of the project, follow these steps:
-
Open Face-Attendance-System directory in Your IDE
-
Navigate to the Client directory :->
cd Client/
-
Install the required dependencies by running :->
npm install
-
Start the front-end development server :->
npm start
This will start the development server and open the project in your default web browser.
- Create a virtual env :->
conda create -p venv python -y
- Activate venv :->
conda activate ./venv
- Install the requirments.txt file :->
pip install -r requirements.txt
- run app.py on port 2000 :->
uvicorn app:app --host 0.0.0.0 --port 2000
This will start models and back-ends api on port 2000
The following files and directories are ignored by Git and should not be pushed to the repository:
.vscode/
__pycache__/
venv/
Client/node_modules/
credentials.json
Make sure to keep these files and directories out of version control.