Welcome to the Mini Project repository! Follow the steps below to set up and run the project on your local machine.
Ensure you have the following installed before proceeding:
- Python 3.11 (Recommended: Install via Anaconda)
- Node.js (Check installation with
node -v
andnpm -v
) - Git (For cloning the repository)
git clone https://github.com/Sandeepkandula2004/Mini_Project.git
cd Mini_Project
conda create -p venv python==3.11 -y
Activate the environment:
- Windows:
venv\Scripts\activate
- Mac/Linux:
source venv/bin/activate
Download and install Node.js, then ensure it’s added to your system path.
cd my-react-app/my-react-app
npm install
First, install dlib manually:
pip install "<PATH_TO_DLIB_FILE>"
Make sure you replace <PATH_TO_DLIB_FILE>
with the actual path.
Then, install other dependencies:
pip install -r requirements.txt
Open CMD (Not PowerShell) and split it into two terminals:
cd backend
python server.py
cd my-react-app/src
npm run dev
After running the frontend, a Vite development server will start, usually at:
http://localhost:5734
Click on the link to access the application.
✅ That's it! Your project should now be running successfully. 🚀