The PixelVision project is a user-friendly medical image classification web application that leverages the capabilities of Django, a high-level Python web framework, a containerization platform, to perform image recognition/classification tasks. The project aims to provide an accessible platform for users to upload images and receive real-time recognition results.
Create an environment, pip requirements and run server.
- python3 -m venv env
- source env/bin/activate
- pip install -r requirements.txt
- cd pixelvision
- python3 manage.py runserver