HealthTalk is an application to upload and query personal medical information using large language models.
Navigate to the following directory:
HealthTalk/desktop_app/manage.pyRun the following Django file along with the appropriate arguments to start the application.
python manage.py runserverFollow the link to begin the server.
Django version 5.1, using settings 'desktop_app.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.Our product integrated in a locally run web-based Django application.
The logic of the application is contain in 'views.py' located here:
Personal-Medical-Assistant/desktop_app/ui/views.pyContains the logic (and testing) of the content extractor feature.
Contains files related to the formatting of the Spider dataset.
Contains the files in which responses to the test datasets are generated and evaluated.
Nobody touches, looks at, or smells this without asking.