A guide to setup Pixly in your desktop.
|
🐍 Python 3.11+ python --version |
🪟 Windows 10/11 node --version |
⚡ uv Package Manager pip install uv |
🔧 Git git --version |
- Clone the repository :
git clone https://github.com/MLSAKIIT/pixly.git
cd pixly- Open a powershell terminal as administrator and run the setup.bat file.
.\setup.bat- Clone the repository :
git clone https://github.com/MLSAKIIT/pixly.git
cd pixly- Install uv package manager
pip install uv
# or
curl -LsSf https://astral.sh/uv/install.sh | sh- Install dependencies
uv sync- Set up environment variables :
- Visit Google AI Studio
- Create a new API key
- Add to
.env:
GEMINI_API_KEY=your_gemini_key_here-
Make a folder called
vector_db -
Start the application, Create two powershell terminals
Terminal 1 - Start Backend:
uv run run.pyWait for the backend to start then in Terminal 2 - Start Frontend:
uv run overlay.pyTo test the various parts of the backend pipeline :
- Start the server in Terminal 1 :
uv run run.py- Start the test script in Terminal 2 :
uv run test_system.py