-
Clone the repository
git clone https://github.com/Chahat08/Vox-Insight.git cd Vox-Insight -
Create a virtual environment (recommended)
# Windows python -m venv .venv .venv\Scripts\activate # macOS/Linux python3 -m venv .venv source .venv/bin/activate
-
Install Dependencies
pip install --upgrade pip pip install -r requirements.txt
flask runOpen browser and navigate to http://127.0.0.1:5000