SpotCheckAI is a full-stack progressive web application (PWA) that can identify suspicious skin lesions as benign or cancerous. Users upload an image to the website and based on the Convolutional Neural Network Model, it will give a percentage of certainty that the model thinks is cancerous or benign.
SpotCheckAI's chatbot is powered by OpenAI's GPT-3 model and can answer questions regarding the results received or the website.
Available on the web at: [insert website link here]
To Install Locally:
- Clone Repository
cd path/to/frontend/folder
ionic serve
Note: Port is to localhost 8000
Available on the web at: [insert website link here]
Note: Interface is not interactable on web-hosted website.
To Install Locally:
-
Clone Repository
-
Create Virtual Environment
-
Install dependencies
pip install -r /path/to/requirements.txt
cd path/to/backend/folder
python manage.py runserver 7000
Note: Port is to localhost 7000
- backend: contains all the files pertaining to the backend application
- data: data used to train the ML model
- documents: archive of documents
- frontend-website: contains all the files pertaining to the frontend webpage
- got-web-crawl-qa: contains webscraper and embeddings for the chatbot
- model development: development of ML model
- models: contains the ML model used in the application