Skip to content

Commit

Permalink
Ajout Stability AI
Browse files Browse the repository at this point in the history
  • Loading branch information
drohmer committed Nov 2, 2023
1 parent 06cbb61 commit eedac00
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,13 @@ Après un push sur github, les éléments suivants sont mis à jours:
* [_Jobs_](https://www.spirops.com/jobs.php?lg=en)


* **[Stability AI](https://stability.ai/)**
* _IA générative pour le son, l'image et les modèles 3D._
* **Localisation**: UK/London, Japan/Tokyo
* **Domaine scientifique/technique**: IA, Vision, Autres
* **Domaine d'application**: Autres


* **[StreamRoller](https://www.steamrollerstudios.com/)**
* _Studio pour film d'animation, jeux et expérience immersive pour parc d'attraction_
* **Localisation**: USA/Mount Dora
Expand Down
11 changes: 11 additions & 0 deletions data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1320,3 +1320,14 @@
Scientific-domain: [IHM/Haptique]
Application-domain: [Générique]


- Name: Stability AI
url: https://stability.ai/
Description: "IA générative pour le son, l'image et les modèles 3D."
Place:
- Country: UK
City: London
- Country: Japan
City: Tokyo
Scientific-domain: [IA, Vision, Autres]
Application-domain: [Autres]
23 changes: 23 additions & 0 deletions json/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2777,6 +2777,29 @@
"Application-domain": [
"G\u00e9n\u00e9rique"
]
},
{
"Name": "Stability AI",
"url": "https://stability.ai/",
"Description": "IA g\u00e9n\u00e9rative pour le son, l'image et les mod\u00e8les 3D.",
"Place": [
{
"Country": "UK",
"City": "London"
},
{
"Country": "Japan",
"City": "Tokyo"
}
],
"Scientific-domain": [
"IA",
"Vision",
"Autres"
],
"Application-domain": [
"Autres"
]
}
]
}
2 changes: 1 addition & 1 deletion scripts/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def check_validity_data(data, data_keywords):

print('Check URLs ...')
urls = liblisting.get_all_urls(data)
exceptions = {'https://www.amd.com/', 'https://www.microsoft.com/', 'https://www.clo3d.com/en/', 'https://shotover.com/', 'https://www.lestontonstruqueurs.com/', 'https://www.united-vr.com/','https://www.linkedin.com/company/newtone-technologies/', 'https://www.activision.com/','https://www.theiamarkerless.ca/','https://www.theiamarkerless.ca/','https://www.cube-creative.com/'}
exceptions = {'https://www.amd.com/', 'https://www.microsoft.com/', 'https://www.clo3d.com/en/', 'https://shotover.com/', 'https://www.lestontonstruqueurs.com/', 'https://www.united-vr.com/','https://www.linkedin.com/company/newtone-technologies/', 'https://www.activision.com/','https://www.theiamarkerless.ca/','https://www.theiamarkerless.ca/','https://www.cube-creative.com/','https://www.2d3d-animations.com'}
liblisting.check_urls(urls, exitOnError=exit_on_failure, exceptions=exceptions)
print('Check URLs done\n')

Expand Down

0 comments on commit eedac00

Please sign in to comment.