Skip to content

TxTo777/VisualTreeSearch-Demo

 
 

Repository files navigation

VisualTreeSearch

  • Frontend

    • NextJS 14
    • TailwindCSS
    • Shadcn UI Components
    • Deployment
      • Vercel
  • Backend

    • FastAPI
    • Deployment
      • AWS ECS

Local Testing

FastAPI Backend

uvicorn app.main:app --host 0.0.0.0 --port 3000

Frontend

in the .env file

NEXT_PUBLIC_BACKEND_URL=http://127.0.0.1:3000
npm run dev -- -p 3001

About

Visual Tree Search of Web Agent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.5%
  • TypeScript 24.2%
  • HTML 3.2%
  • JavaScript 2.2%
  • Other 0.9%