2025-11-08 19:52:13 +01:00
2025-11-08 19:52:13 +01:00
2025-11-08 19:52:13 +01:00
2025-11-08 19:52:13 +01:00
2025-11-08 19:52:13 +01:00
2025-11-08 19:52:13 +01:00
2025-11-08 19:52:13 +01:00
2025-11-08 19:52:13 +01:00
2025-11-08 19:52:13 +01:00
2025-11-08 19:52:13 +01:00
2025-11-08 19:52:13 +01:00
2025-11-08 19:52:13 +01:00
2025-11-08 19:52:13 +01:00
2025-11-08 19:52:13 +01:00
2025-11-08 19:52:13 +01:00
2025-11-08 19:52:13 +01:00

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

  1. Clone the repository:
git clone <repository-url>
cd Dental_Assistant
  1. Install dependencies:
pip install -r requirements.txt
  1. Run migrations:
python manage.py migrate
  1. Create a superuser:
python manage.py createsuperuser
  1. 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.txt for full list of dependencies
Description
No description provided
Readme 14 MiB
Languages
CSS 43.1%
JavaScript 37.9%
HTML 16.6%
Python 2.4%