Veda0718 commited on
Commit
c641849
·
verified ·
1 Parent(s): 6b17de8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -14
README.md CHANGED
@@ -1,16 +1,2 @@
1
  # Medical Chatbot using RAG
2
  This project is a Medical Chatbot application built using Streamlit as the web framework and LangChain to implement a **Retrieval-Augmented Generation (RAG)** pipeline for answering medical queries based on a custom knowledge base.
3
-
4
- ---
5
- title: Medical ChatBot_RAG
6
- emoji: 📈
7
- colorFrom: pink
8
- colorTo: blue
9
- sdk: streamlit
10
- sdk_version: 1.35.0
11
- app_file: app.py
12
- pinned: false
13
- license: mit
14
- ---
15
-
16
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  # Medical Chatbot using RAG
2
  This project is a Medical Chatbot application built using Streamlit as the web framework and LangChain to implement a **Retrieval-Augmented Generation (RAG)** pipeline for answering medical queries based on a custom knowledge base.