-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: pratrivedi <[email protected]> Co-authored-by: josh <[email protected]>
- Loading branch information
1 parent
487c0a3
commit bdce79c
Showing
10 changed files
with
37 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{ | ||
"title": "Fetch AI Engine", | ||
"description": "This integration adds types required by AI-Engine to UAgents", | ||
"categories": ["AI Engine"], | ||
"categories": [ | ||
"AI Engine" | ||
], | ||
"deltav": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"title": "Fetch Holiday", | ||
"description": "This integration provides the top destination places", | ||
"categories": ["Holiday Planner", "Travel"], | ||
"categories": [ | ||
"Holiday Planner", | ||
"Travel" | ||
], | ||
"deltav": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
{ | ||
"title": "Finbert", | ||
"description": "FinBERT is a pre-trained NLP model to analyze sentiment of financial text. It is built by further training the BERT language model in the finance domain, using a large financial corpus and thereby fine-tuning it for financial sentiment classification.", | ||
"categories": ["Financial Sentiment Analysis", "Financial News Analysis","Hugging Face"], | ||
"categories": [ | ||
"Financial Sentiment Analysis", | ||
"Financial News Analysis", | ||
"Hugging Face" | ||
], | ||
"deltav": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"title": "Live Flight Status", | ||
"description": "This integration helps user to track current status of flights.", | ||
"categories": ["Live Flight Data", "Flight Status"], | ||
"categories": [ | ||
"Live Flight Data", | ||
"Flight Status" | ||
], | ||
"deltav": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"title": "Google Gemini Integration", | ||
"description": "This integration helps to have chat conversation with Google Gemini Generative AI", | ||
"categories": ["Generative AI", "Google Gemini"], | ||
"categories": [ | ||
"Generative AI", | ||
"Google Gemini" | ||
], | ||
"deltav": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"title": "Live Sports Score", | ||
"description": "This integration helps user to get live scores for top sports", | ||
"categories": ["Sports", "Live Sports"], | ||
"categories": [ | ||
"Sports", | ||
"Live Sports" | ||
], | ||
"deltav": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"title": "London Transport Journey Planner", | ||
"description": "This integration helps user to plan Journey using london transport", | ||
"categories": ["London Transport", "Transport"], | ||
"categories": [ | ||
"London Transport", | ||
"Transport" | ||
], | ||
"deltav": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
{ | ||
"title": "Open Whisper Large V2", | ||
"description": "Whisper is a pre-trained model for automatic speech recognition (ASR) and speech translation. Trained on 680k hours of labelled data, Whisper models demonstrate a strong ability to generalise to many datasets and domains without the need for fine-tuning", | ||
"categories": ["Automatic Speech Recognition","Speech Translation", "Hugging Face"], | ||
"categories": [ | ||
"Automatic Speech Recognition", | ||
"Speech Translation", | ||
"Hugging Face" | ||
], | ||
"deltav": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"title": "Stable Diffusion V1", | ||
"description": "Stable Diffusion model with this image generator. Stable Diffusion, an avant-garde image synthesis model, seamlessly melds the capabilities of both CLIP and Diffusion techniques, churning out visually arresting images from textual descriptions", | ||
"categories": ["Text-to-Image Generation", "Hugging Face"], | ||
"categories": [ | ||
"Text-to-Image Generation", | ||
"Hugging Face" | ||
], | ||
"deltav": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters