A centralized hub for AI-augmented HR workflows.
This project is managed with UV. To install the necessary dependencies for the project, run:
uv sync
Start FastAPI uvicorn and test the server.
uv run fastapi run src/hr_hub/main.py
Once you open your browser, navigate to the docs and test the endpoints.
http://127.0.0.1:8000/docs
Thanks for checking out this project 🤓