Dental Assistant
A Django web application for managing dental patients and performing dental image detection using YOLOv5.
Features
- Patient management (create, update, view)
- Dental image detection
- User authentication
Installation
- Clone the repository:
git clone <repository-url>
cd Dental_Assistant
- Install dependencies:
pip install -r requirements.txt
- Run migrations:
python manage.py migrate
- Create a superuser:
python manage.py createsuperuser
- Run the development server:
python manage.py runserver
Usage
- Access the admin panel at
http://localhost:8000/admin/ - Register and login to manage patients
- Upload patient images and perform detections
Requirements
- Python 3.x
- Django 4.1.6
- PyTorch
- YOLOv5
- See
requirements.txtfor full list of dependencies
Description
Languages
CSS
43.1%
JavaScript
37.9%
HTML
16.6%
Python
2.4%