smdbs/CS553_CaseStudy1
fix: add environment variable to deploy_azure workflow
fix: make deployment after docker_build_and_push
feat: add deploy_azure action
fix: remove pytorch dependency and make docker_build_and_push run after testspass
feat: add docker_build_and_push action
fix: remove other unused libraries
feat!: remove support for local model
fix: change host ip in prometheus.yml
chore: add start_server() in main and clean up code
fix: change port in docker-compose.yml and removed redundant cs3_start.sh
feat: add start_ngrok.sh script
fix: update grafana docker image to grafana-enterprise
chore: update volume name in docker-compose.yml
fix: change docker-compose.yml
feat: add docker docker-compose
feat: add prometheus client stuff
chore: use python 3.10 in test workflow
chore: update gradio to 5.0.0 and set sync_hf to use --force
chore: changed torch to cpu only version
Merge pull request #1 from smdbs01/dependabot/pip/requests-2.32.2
build(deps): bump requests from 2.31.0 to 2.32.2
fix: update gradio version and space title
fix: cleanup codebase
feat: add examples
fix: change test cases and a minor bug
feat: add advanced config options
Feat: add basic local model usage
feat: change model to sd 2.1 base
fix: update workflows
feat: update app.py with new UI
fix: update app.py and test.py
Merge branch 'feature/local-model'
fix: update workflows
fix: change parameter type to be compatible on py3.9
fix: update requirements.txt
fix: update test.yaml for only using python 3.9
feat: add test workflow and pytest.ini
fix: modified app.py and test.py
feat: add sample images and test.py
fix: update .gitignore to include flagged
feat: api model implementation
local
feat: use resnet50
1111
fix: change app.py to a gradio usage example
fix: Fixed README config
feat: Edited README
feat: Added workflows
feat: added initial files
Slight README change
