This is rendition of Hebbiaโs hero product called Matrix.
Before running the backend, make sure you create a .env file inside the backend/ directory with your API keys:
# .env (place in /backend)
OPENAI_API_KEY=your_openai_api_key_here
ANTHROPIC_API_KEY=your_anthropic_api_key_hereTo run the app locally, follow these steps:
cd frontend/
npm run devcd backend/
source venv/bin/activate
uvicorn main:app --reloadNow open http://localhost:3000 and start extracting your data!