A simple GenAI-based assistant for a PDF job description analysis, offering the chat possibility. Built by running a LLM with langchain, langgraph and FastAPI.
Step 1: Setting Up the Environment First, install the necessary dependencies.
pip install -r requirements.txt
Step2: Start the API server with:
uvicorn main:app --reload
You will be asked to introduce the Gemini API key
