Skip to content

belharethsami/vote-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PDF Processing with OpenAI

A monorepo containing a FastAPI backend and Next.js frontend for processing PDF files with OpenAI vision models.

Structure

  • backend/ - FastAPI Python backend
  • frontend/ - Next.js TypeScript frontend

Local Development

Backend

cd backend
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt
uvicorn main:app --reload --port 8000

Frontend

cd frontend
npm install
npm run dev

Deployment

  • Frontend: Deploy to Vercel
  • Backend: Deploy to Render

About

Tracking votes for city council members and other politicians

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published