Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This repository contains prompt chains for the following domains:
11. **System Monitoring & Debugging**
12. **Web Development**
13. **API Development**
14. **Design a Scalable Sentiment Analysis Service**

---

Expand Down Expand Up @@ -494,4 +495,10 @@ This repository contains prompt chains for the following domains:

```text
"Set up a CI/CD pipeline to automatically run Keploy tests as part of the deployment process. Include configuration for GitHub Actions or Jenkins to run tests whenever new code is pushed to the repository."
```
```

* **Design a Scalable Sentiment Analysis Service**

```text
"Design a sentiment analysis service using a pre-trained BERT model that classifies product reviews. The service should support real-time inference via API calls and handle high user traffic. Consider RESTful API design, model deployment strategy, horizontal scaling, caching, and model retraining pipelines."
```