PROJECT OVERVIEW
Artemis is an AI-powered chatbot that allows users to query PDF documents conversationally. It uses Langchain for retrieval-augmented generation (RAG) and FastAPI for the web backend. The system breaks down PDFs, indexes them, and generates relevant answers using a large language model. This project showcases real-world NLP integration, prompt engineering, and responsive UI design with backend orchestration.