Skip to content

mskhan001/QureAI_Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qure.ai

Interview Assignment

Objective - A simple Progressive Web App that takes and image and returns the probabilities of the top 5 predictions.

The application is built on

Frontend

Backend

  • Django
    • using a pretrained resnet18 model for image prediction
User.Journey.mp4.mp4

Setup

React

make sure you're in the folder containing pacakge.json run the following:

  npm install
  npm start

Django

make sure you're in the backend folder

First Create a virtual env

virtualenv env
..path_to_env\Scripts\activate

Install tha packages

pip install -r requirements.txt

navigate to the folder containing manage.py

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published