🏥 This project is a Django-powered web application that enhances the medical sector by integrating traditional and emerging technologies. It provides a comprehensive platform for users to book appointments for specialized health services and engage with a medical chatbot powered by OpenAI's GPT-3.5. The application also offers features for doctors and administrators to manage appointments and communicate with patients. Additionally, an analytics dashboard presents graphical insights based on appointment data, including prices, services, and scheduling information. By combining these features, the project optimizes the clinic booking process, improves healthcare accessibility, and enhances efficiency.
git clone https://github.com/kurosakiaduma/poza.git
cd poza
python -m venv venv
.\poza\Scripts\activate
source poza/Scripts/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
🔧 Add instructions on how to use the application here.
✨
- Appointment booking for specialized health services
- Medical chatbot powered by GPT-3.5
- Doctor and administrator panels for appointment management
- Analytics dashboard for graphical insights
- Integration with Stripe API for secure transactions
- Comprehensive user authentication and authorization system
📘 Analysis, Design, Development and Deployment
🤝 We welcome contributions from the community. To contribute to this project, please follow these guidelines:
- Fork the repository and create your branch
git checkout -b feature/your-feature - Commit your changes and push to the branch
git commit -am 'Add some feature'
git push origin feature/your-feature
- Create a pull request with a detailed description of your changes.
📄 This project is licensed under the MIT License.
🙏 Special thanks to God, my family, my lecturer, and various stakeholders from the health sector who were pivotal in helping me seed out an initially vague idea into a digital product.