Skip to content

rakshitriya/medicine-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Medicine Recommender 💊 Web App

This web app is designed to recommend medicines based on natural language processing (NLP). It is certainly a beginner-friendly project and is live at: https://medicine-recommender-y75f.onrender.com/

It utilizes the Streamlit framework for the user interface and relies on the following Python packages:

  • nltk==3.8.1
  • pandas==2.1.4
  • scikit-learn==1.3.2
  • streamlit==1.29.0

Table of Contents

Getting Started

These instructions will help you set up the project on your local machine.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/medicine-recommender.git
    cd medicine-recommender
  2. Install the required packages:

    pip install -r requirements.txt

Usage

Run the Streamlit app:

streamlit run app.py

Features

  • ✅ NLP-based medicine recommendations
  • ✅ Streamlit UI for easy interaction
  • ✅ Feature to customize recommendations based on user input
  • ✅ Integration with external databases for updated medicine information

Acknowledgements

This project is inspired from Movie Recommender App , and the medicine database has been taken from kaggle.