Skip to content

Commit

Permalink
Fixing json of integrations (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: pratrivedi <[email protected]>
Co-authored-by: josh <[email protected]>
  • Loading branch information
3 people authored Feb 23, 2024
1 parent 487c0a3 commit bdce79c
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 19 deletions.
5 changes: 3 additions & 2 deletions integrations/fetch-ai-engine/project.json
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
}
}
6 changes: 4 additions & 2 deletions integrations/fetch-holiday/project.json
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
}
}
7 changes: 5 additions & 2 deletions integrations/finbert/project.json
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
}
}
6 changes: 4 additions & 2 deletions integrations/flights_data_integration/project.json
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
}
}
6 changes: 4 additions & 2 deletions integrations/gemini_AI_integration/project.json
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
}
}
6 changes: 4 additions & 2 deletions integrations/live_sports_integration/project.json
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
}
}
6 changes: 4 additions & 2 deletions integrations/london-transport-integration/project.json
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
}
}
7 changes: 5 additions & 2 deletions integrations/openai-whisper-large-v2/project.json
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
}
}
6 changes: 4 additions & 2 deletions integrations/stable-diffusion-v1-4/project.json
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
}
}
1 change: 0 additions & 1 deletion integrations/t5-base/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
"description": "The T5 model is a Text-to-Text Transfer Transformer model that was developed by Google Research.",
"categories": ["Text Classification", "Text Generation","Hugging Face"],
"deltav": false
}
}

0 comments on commit bdce79c

Please sign in to comment.