Skip to content

This Web app, designed using neuromorphic design principles, analyses the uploaded image for entities and objects which is presented to the user in aesthetically pleasing charts using chart.js.

Notifications You must be signed in to change notification settings

dragonblood/Cataract

Repository files navigation

Cataract Build and deploy Python app to Azure Web App - cataract

1. About:

Sophistically animated and designed using neuromorphic principles, in this Web app users uploads image, and then the user is presented with the analysis of the image using charts and graphs, using azure blob storage to store and app service to process the image. This Project is deployed using Microsoft Azure AppService.

2. Steps To Follow:

Conda

git clone https://github.com/dragonblood/Cataract.git
cd Cataract
conda env create --file cataract.yml
conda activate cataract
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

---------------- OR ----------------

PIP

git clone https://github.com/dragonblood/Cataract.git
cd Cataract
pipenv shell
pipenv install
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

3. Screenshots

Screens
Initial
Upload
Results

4. TODO

  • Put user uploaded images to bucket
  • Auto Delete some stuff after use
  • Modify and display results to user
  • Upload Screenshots
  • create cataract.yml and requirements.txt
  • Add automatic magic code .vscode folder

Please Feel Free to raise an issue. 🙋

Please give credit when using this in your work.

About

This Web app, designed using neuromorphic design principles, analyses the uploaded image for entities and objects which is presented to the user in aesthetically pleasing charts using chart.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published