Skip to content

sid-707/BugCatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BugCatcher

Description

Tool for identifying types of bugs

To Do

- [ ] Plan implementation (architecture diagrams)
- [ ] Choose stack (frameworks, languages etc)
- [ ] Gather training data
- [ ] Create designs (figma, AI generated)
- [ ] Write feature tickets

Starting the project

Run docker compose up to run the backend locally. Go to localhost:3000 to see the app.

Deploying the Backend

Install gcloud CLI

cd into the backend folder.

You would have to be added to the project before you do this: Run gcloud config set project bugcatcher-404002

Run gcloud app deploy to deploy the app.

Run gcloud app browse to open the app in the browser.

Go to https://bugcatcher-404002.uc.r.appspot.com/ for the app on line.

Architecture

e.g. Frontend (react) allows photo upload. Photo is sent to backend for ML analysis. Response sent back to frontend.

TODO Implemenent in draw.io

Useful Links

Architecture for an Async Worflow: https://aws.amazon.com/blogs/architecture/managing-asynchronous-workflows-with-a-rest-api/

Similar idea: https://pyimagesearch.com/2018/04/30/a-fun-hands-on-deep-learning-project-for-beginners-students-and-hobbyists/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published