Skip to content

Anand-Raut/Radarvision-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroClassify Website

Project Structure

Directory structure:
└── Incharajayaram-radarvision-webpage/
    ├── deployed_website/
    │   ├── README.md
    │   ├── Dockerfile
    │   ├── LICENSE
    │   ├── app.py
    │   ├── config.py
    │   ├── docker-compose.yaml
    │   ├── requirements.txt
    │   ├── .gitignore
    │   ├── static/
    │   │   ├── assets/
    │   │   ├── images/
    │   │   ├── sample_images/
    │   │   └── scripts/
    │   │       └── script.js
    │   ├── templates/
    │   │   ├── contact.css
    │   │   ├── contact.html
    │   │   ├── landingpage.html
    │   │   ├── login.html
    │   │   ├── signup.html
    │   │   └── upload.html
    │   └── uploads/
    └── rpi_website/
        ├── app.py
        ├── appwithatt.py
        ├── shuffled_images/
        ├── static/
        │   └── style.css
        └── templates/
            └── index.html

Folder Content

deployed_website: contains the code for frontend and backend of the custom website made for MicroClassify as a product.
rpi_website: website to be deployed on raspberry PI 5, and it has a streaming pipeline to provide model inference in real time classification.

note: check for sample images in deployed_website\static\sample_images

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published