Skip to content

yadhukrishnx/OPTIFIT

Repository files navigation

OPTIFIT AI

Welcome to OPTIFIT AI
" leveraging advancements in machine learning and computer vision, OptiFit aims to bridge the gap between traditional workout apps and comprehensive fitness experiences, fostering a culture of active living and long-term wellness in today's dynamic landscape. " Know More about us https://optifit-ai.web.app This README provides information on setting up and running the application on your local machine.

Prerequisites

  • Python 3.x installed on your machine.
  • Git for cloning the repository.

Getting Started

1. Clone the Repository

git clone https://github.com/optifitai/OPTIFITAI.git
cd OPTIFITAI

2. Set Up Virtual Environment

python -m venv venv
Enable runing scripts in windows
Set-ExecutionPolicy Bypass -Scope CurrentUser -Force

Linux

source venv/bin/activate 

Windows

 venv\Scripts\activate

3. Install Dependencies

pip install -r requirements.txt

4.Make and Run Migrations

python manage.py makemigrations
python manage.py migrate

5. Run Development server

python manage.py runserver

Facing issues ? Contact [email protected]




About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published