This project is a medical policy assistant that allows users to upload documents and ask questions about them.
-
Clone the repository:
git clone https://github.com/KalkiDh/MedicalPolicyAssistant.git cd MedicalPolicyAssistant -
Create a
.envfile: Create a.envfile in the root of the project and add your GitHub token:GITHUB_TOKEN="your_github_token" -
Install the dependencies: Make sure you have Python 3.10 or higher installed.
pip install -r requirements.txt
-
Run the application:
uvicorn app:app --reload
The application will start on
http://127.0.0.1:8000. -
Access the frontend: Once the application is running, you can access the frontend at https://medicalassistdron.netlify.app/.