Skip to content

Commit

Permalink
Add a json files for integrations (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamgambhir97 authored Feb 9, 2024
1 parent e8cc7b7 commit 8257a9e
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
*.py[cgo]
__pycache__
*.json
!project.json
dist/
*.sqlite3
5 changes: 5 additions & 0 deletions integrations/bert-base-uncased/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"title": "Bert Base Uncased",
"description": "BERT base model (uncased) Pretrained model on English language using a masked language modeling (MLM) objective.",
"categories": ["Text Classification", "Hugging Face", "Text Generation"]
}
5 changes: 5 additions & 0 deletions integrations/blip-image-captioning-large/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"title": "Blip Image Captioning Large",
"description": "BLIP integrations examples offer an easy-to-follow guide to setting up and using BLIP models",
"categories": ["Image Captioning", "Hugging Face"]
}
5 changes: 5 additions & 0 deletions integrations/distilgpt2/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"title": "Distil Gpt 2",
"description": "DistilGPT2 integrations examples offer an easy-to-follow guide to setting up and using DistilGPT2 models",
"categories": ["Hugging Face", "Text Generation"]
}
5 changes: 5 additions & 0 deletions integrations/fetch-ai-engine/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"title": "Fetch AI Engine",
"description": "This integration adds types required by AI-Engine to UAgents",
"categories": ["AI Engine"]
}
5 changes: 5 additions & 0 deletions integrations/fetch-holiday/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"title": "Fetch Holiday",
"description": "This integration provides the top destination places",
"categories": ["Holiday Planner", "Travel"]
}
5 changes: 5 additions & 0 deletions integrations/finbert/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"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"]
}
5 changes: 5 additions & 0 deletions integrations/mobility-integrations/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"title": "Mobility Integrations",
"description": "This contains examples of mobility integrations using two agents: `ev_charger` and `geoapi_car_parking`",
"categories": ["Mobility", "Geocoding"]
}
5 changes: 5 additions & 0 deletions integrations/openai-whisper-large-v2/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"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"]
}
5 changes: 5 additions & 0 deletions integrations/stable-diffusion-v1-4/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"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"]
}
5 changes: 5 additions & 0 deletions integrations/t5-base/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"title": "T5 Base",
"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"]
}

0 comments on commit 8257a9e

Please sign in to comment.