Skip to content

Jetrug/matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Matrix 2.0

This is rendition of Hebbiaโ€™s hero product called Matrix.

๐Ÿ” Environment Variables

Before running the backend, make sure you create a .env file inside the backend/ directory with your API keys:

Required .env Format

# .env (place in /backend)

OPENAI_API_KEY=your_openai_api_key_here
ANTHROPIC_API_KEY=your_anthropic_api_key_here

โš™๏ธ Setup

To run the app locally, follow these steps:

1. Client

cd frontend/
npm run dev

2. Server

cd backend/
source venv/bin/activate
uvicorn main:app --reload

๐Ÿš€ Launch

Now open http://localhost:3000 and start extracting your data!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors