Skip to content

Commit bc7ba8f

Browse files
committed
folder struc
1 parent c50d262 commit bc7ba8f

27 files changed

+38
-1
lines changed

‎LLM/Cloud-GCP/geminigenai/Readme.md‎

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ https://aistudio.google.com/app/gallery
55

66
Explore prompt ideas for working with the latest Gemini models.
77

8+
## Capabilities
9+
810
1. Audio Diarization: Transcribe audio with speaker details and timestamps.
911
1. Video Q&A: Ask questions about key details in a video.
1012
1. Recipe to JSON: Create recipe in JSON mode using an image.
@@ -35,4 +37,14 @@ Explore prompt ideas for working with the latest Gemini models.
3537
1. Cook Helper: Get recipe ideas based on an image of ingredients you have on hand.
3638
1. Game Character Brainstorm: Create a character design based on a provided context.
3739
1. Modify writing style: Change the tone and writing style of a blurb.
38-
1. Regexed: Convert natural language queries and constraints to regex constructs.
40+
1. Regexed: Convert natural language queries and constraints to regex constructs.
41+
42+
## My Experiments
43+
44+
### Gemini Genai
45+
- Gemini Prompt Gallery, Task which can be done with Gaemini-1.5-flash
46+
- Story Generation with JavaScript
47+
- Story Generation with Python
48+
49+
### Geimini GenAI-Js
50+
- Gemini GenAI-Js

‎LLM/MLOps/comet.com/Readme.md‎

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@ Readme by Hari Thapliyal
22

33
# comet.ml
44

5+
## What is Comet.ml
6+
[Comet]((https://www.comet.com/site/)) Automatically track all your prompt engineering work. Run automated evaluations on your LLM responses to optimize your applications before and after they hit production.
7+
8+
Debug and evaluate your LLM applications with Opik (Opik Open Source LLM Evaluation)
9+
- Automatically track all your prompt engineering work. Run automated evaluations on your LLM responses to optimize your applications before and after they hit production.
10+
11+
12+
Track and visualize your model training runs with Experiment Management (Commet Experiment Management)
13+
- Log all your machine learning iteration to a single system of record. Make it easy to reproduce a previous experiment and compare the performances of training runs.
14+
15+
Monitor ML model performance in production with Comet MPM (Commet Model Monitoring)
16+
- Track data drift on your input and output features after your model is deployed to production. Set customized alerts to capture model performance degradation in real time.
17+
18+
Store and manage your models with Model Registry (Commet Model Registry)
19+
- Create a centralized repository of all your model versions with immediate access to how they were trained. Promote models to downstream production systems with webhooks
20+
21+
Create and version datasets with Artifacts (Commet Artifacts)
22+
- Know which exact dataset version a model was trained on for auditing and governance purposes. Leverage remote pointers to reference data already stored in the cloud.
23+
24+
## Experiments Run
525
To reduce the friction caused by disconnected ML tech stacks and to help companies realize value from ML, Comet focuses on the three core elements of development:
626
- experiment management,
727
- model management, and
@@ -17,4 +37,9 @@ https://www.comet.com/docs/opik/quickstart
1737
- I ran these notebooks on colab.
1838
- API key needed are available in the google secret
1939

40+
## Links
41+
- [Github Repo & Readme](https://github.com/dasarpai/DAI-Techstack-All/blob/main/LLM/comet.com)
42+
- [Colab Groq](https://colab.research.google.com/github/dasarpai/DAI-Techstack-All/blob/main/LLM/comet.com/groq.ipynb)
43+
- [Colab langgraph](https://colab.research.google.com/github/dasarpai/DAI-Techstack-All/blob/main/LLM/comet.com/langgraph.ipynb)
44+
- [Colab llama_index](https://colab.research.google.com/github/dasarpai/DAI-Techstack-All/blob/main/LLM/comet.com/llama_index.ipynb)
2045

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)