- Python 3.12
- uv package manager
- Google Chrome installed (locally)
- Docker (for containerized use)
# 1. Install uv (if not already installed)
pip install uv
# 2. Clone the repository
git clone https://github.com/luv29/Transpectra-AI.git
cd Transpectra-AI
# 3. Install dependencies
uv venv
source .venv/bin/activate # or .venv\Scripts\activate on Windows
uv add tensorflow
uv sync
uv run task dev