Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cure Me

Project Overview

Cure Me is an advanced RAG (Retrieve and Generate) project leveraging the LLM (Large Language Model) concept. This project provides a comprehensive mental and physical health assistant using state-of-the-art technologies to deliver accurate and personalized advice.

Technologies Used

  • Backend: Flask
  • Frontend: React
  • Database: TIBD Vector Database
  • Concept: RAG (Retrieve and Generate) with LLM (Large Language Model)

Installation and Setup

Clone the Repository

git clone git@github.com:TIDBMEDICALHackathon/cure-me.git

Navigate to the Frontend Directory

cd cure-me/frontend

Install Frontend Dependencies

npm install

Start the Frontend Development Server

npm run dev:front

Backend Setup

  1. Navigate to the Backend Directory:

    cd ../backend
  2. Ensure Python 3.14 is Installed

    Make sure you have Python 3.14 installed on your system.

  3. Create a Virtual Environment

    • On Windows:

      python -m venv venv
    • On macOS/Linux:

      python3 -m venv venv
  4. Activate the Virtual Environment

    • On Windows:

      venv\Scripts\activate
    • On macOS/Linux:

      source venv/bin/activate
  5. Install Backend Dependencies

    pip install -r requirements.txt
  6. Run the Flask Application

    flask run

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages