prsingh1982 commited on
Commit
070ce01
·
unverified ·
1 Parent(s): 7186d7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -12,4 +12,8 @@ license: cc
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
15
- # hugging-face-demo2
 
 
 
 
 
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
15
+ # ML Ops using GitHub and Hugging Face
16
+
17
+ This project demonstrates an end-to-end ML Ops pipeline using GitHub Workflows and Hugging Face Spaces. The application is a Text Summarizer that uses [Gradio](https://www.gradio.app/) APIs. The project demonstrates the various steps from the code being checked-in to GitHub to the application getting hosted and available to the end user. Below is the architecture of the application.
18
+
19
+ ![MLOps-GitHub-HF-Architecture](https://github.com/user-attachments/assets/1690736a-4ff8-4447-a0bb-b74674a0b4f6)