DermIT is a multi-modal dermatological application. It aims to reduce global dermatological burden by providing highly accessible and performant dermatological diagnosis. DermIT can also be used for studying dermatology. The multi-model approach is utilized to capture both visually seen symptoms and unseen symptoms (like medical history, hereditary conditions, etc). It leverages Computer Vision to detect symptoms rather the disease itself and RAG to generate a descriptive response. The diagnosis process starts as follows- 1. Take a simple survey to answer life-style related questions 2. Upload images of the affected areas 3. Explain about the your condition just how you explain it to a physician DermIT chains outputs from the all modules to provide a state-of-the-art performance. The frontend is built on React.JS while the backend leverages Django REST Framework with Redis as the message broker as the app utilizes web sockets, LangChain for building the RAG.