This is a mobile app that utilizes a chatbot to assist users with their healthcare needs. The app is built with Django and Celery for the backend and React for the frontend.
To install and run the app, follow these steps:
Install the necessary packages using pip and npm
- Set up the Django database and run migrations
- Start the Django and Celery servers
- Start the React frontend
- Usage
Once the app is installed and running, users can interact with the chatbot through the mobile app. The chatbot utilizes a Fine-tuned GODEL transformer model by Microsoft to answer healthcare-related questions.
The app also includes a pre-processing step to confirm if the user is talking about healthcare topics, a post-processing step to check the chatbot's sentiment, and a module to find reference links for any medicine recommended by the chatbot.
Contributions to the app are welcome. If you would like to contribute, please submit a pull request.
This app is licensed under the MIT License.