From 54b9229a401292d8a7b1d4d732bae776fbf73359 Mon Sep 17 00:00:00 2001 From: Oleh Poiasnik Date: Wed, 21 May 2025 20:04:42 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b64b372 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# DrugConv: Conversational Drug Recommendation System + +**DrugConv** is a modular, Python-based backend + React frontend application that helps users find relevant medication recommendations, dosages and explanations via a friendly conversational interface powered by Mistral LLM and Elasticsearch. + +--- + +## Features + +- **Conversational QA** – Ask natural-language questions about medications, indications, dosing, and get follow-ups. +- **Mistral LLM integration** – Dual-model (“small” & “large”) pipelines for generation, validation and evaluation. +- **Vector & text search** – Hybrid retrieval from Elasticsearch for up-to-date drug documentation. +- **Memory & context** – Tracks patient age, anamnesis, prescription type for multi-turn dialogue. +- **React SPA frontend** – Built with **React**, styled with **Tailwind CSS** and **Material UI** for a clean, responsive UI. + + +