Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

peekd

Backend (FastAPI) + Frontend (Next.js).

Backend

cd backend
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Create backend/.env:

ANTHROPIC_API_KEY=sk-ant-...
PEEC_API_KEY=...
PEEC_PROJECT_ID=...   # optional default

Run:

uvicorn main:app --reload

API: http://localhost:8000

Frontend

cd big-hack
npm install
npm run dev

App: http://localhost:3000

About

Berlin Hackathon focused on Peec AI Track, advanced brand risk analysis and regulation

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages