enterprise-transaction-platform/ ├── backend/ # FastAPI REST API and Core Logic │ ├── app/ # Routes, Models, Schemas, and Services │ └── workers/ # Redis consumers and async jobs ├── frontend/ # React ...
An AI-powered interview preparation assistant built with FastAPI and the Groq API. It helps users generate interview questions, model answers, and preparation guidance using large language models. - ...