Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -169,6 +169,7 @@ def display_glossary_entity(k):
|
|
169 |
st.markdown(f"{k} {links_md}", unsafe_allow_html=True)
|
170 |
|
171 |
roleplaying_glossary = {
|
|
|
172 |
"π€ AI Concepts": {
|
173 |
"MoE (Mixture of Experts) π§ ": [
|
174 |
"What are Multi Agent Systems for Health",
|
@@ -199,85 +200,7 @@ roleplaying_glossary = {
|
|
199 |
"Research in knowledge representation and retrieval"
|
200 |
]
|
201 |
},
|
202 |
-
|
203 |
-
"AutoGen π§": [
|
204 |
-
"Automated machine learning (AutoML) tool",
|
205 |
-
"Generates AI models based on requirements",
|
206 |
-
"Simplifies AI development process",
|
207 |
-
"Accessible to non-experts",
|
208 |
-
"Integration with various data sources"
|
209 |
-
],
|
210 |
-
"ChatDev π¬": [
|
211 |
-
"Platform for building chatbots and conversational AI",
|
212 |
-
"Drag-and-drop interface for designing chat flows",
|
213 |
-
"Pre-built templates and integrations",
|
214 |
-
"Supports multiple messaging platforms",
|
215 |
-
"Analytics and performance tracking"
|
216 |
-
],
|
217 |
-
"Omniverse π": [
|
218 |
-
"Nvidia's 3D simulation and collaboration platform",
|
219 |
-
"Physically accurate virtual worlds",
|
220 |
-
"Supports AI training and testing",
|
221 |
-
"Used in industries like robotics, architecture, and gaming",
|
222 |
-
"Enables seamless collaboration and data exchange"
|
223 |
-
],
|
224 |
-
"Lumiere π₯": [
|
225 |
-
"AI-powered video analytics platform",
|
226 |
-
"Extracts insights and metadata from video content",
|
227 |
-
"Facial recognition and object detection",
|
228 |
-
"Sentiment analysis and scene understanding",
|
229 |
-
"Applications in security, media, and marketing"
|
230 |
-
],
|
231 |
-
"SORA ποΈ": [
|
232 |
-
"Scalable Open Research Architecture",
|
233 |
-
"Framework for distributed AI research and development",
|
234 |
-
"Modular and extensible design",
|
235 |
-
"Facilitates collaboration and reproducibility",
|
236 |
-
"Supports various AI algorithms and models"
|
237 |
-
]
|
238 |
-
},
|
239 |
-
"π World Ship Design": {
|
240 |
-
"ShipHullGAN π": [
|
241 |
-
"Generic parametric modeller for ship hull design",
|
242 |
-
"Uses deep convolutional generative adversarial networks (GANs)",
|
243 |
-
"Trained on diverse ship hull designs",
|
244 |
-
"Generates geometrically valid and feasible ship hull shapes",
|
245 |
-
"Enables exploration of traditional and novel designs",
|
246 |
-
"From the paper 'ShipHullGAN: A generic parametric modeller for ship hull design using deep convolutional generative model'"
|
247 |
-
],
|
248 |
-
"B\'ezierGAN π": [
|
249 |
-
"Automatic generation of smooth curves",
|
250 |
-
"Maps low-dimensional parameters to B\'ezier curve points",
|
251 |
-
"Generates diverse and realistic curves",
|
252 |
-
"Preserves shape variation in latent space",
|
253 |
-
"Useful for design optimization and exploration",
|
254 |
-
"From the paper 'B\'ezierGAN: Automatic Generation of Smooth Curves from Interpretable Low-Dimensional Parameters'"
|
255 |
-
],
|
256 |
-
"PlotMap πΊοΈ": [
|
257 |
-
"Automated game world layout design",
|
258 |
-
"Uses reinforcement learning to place plot elements",
|
259 |
-
"Considers spatial constraints from story",
|
260 |
-
"Enables procedural content generation for games",
|
261 |
-
"Handles multi-modal inputs (images, locations, text)",
|
262 |
-
"From the paper 'PlotMap: Automated Layout Design for Building Game Worlds'"
|
263 |
-
],
|
264 |
-
"ShipGen β": [
|
265 |
-
"Diffusion model for parametric ship hull generation",
|
266 |
-
"Considers multiple objectives and constraints",
|
267 |
-
"Generates tabular parametric design vectors",
|
268 |
-
"Uses classifier guidance to improve hull quality",
|
269 |
-
"Reduces design time and generates high-performing hulls",
|
270 |
-
"From the paper 'ShipGen: A Diffusion Model for Parametric Ship Hull Generation with Multiple Objectives and Constraints'"
|
271 |
-
],
|
272 |
-
"Ship-D π": [
|
273 |
-
"Large dataset of ship hulls for machine learning",
|
274 |
-
"30,000 hulls with design and performance data",
|
275 |
-
"Includes parameterization, mesh, point cloud, images",
|
276 |
-
"Measures hydrodynamic drag under different conditions",
|
277 |
-
"Enables data-driven ship design optimization",
|
278 |
-
"From the paper 'Ship-D: Ship Hull Dataset for Design Optimization using Machine Learning'"
|
279 |
-
]
|
280 |
-
},
|
281 |
"π Exploring the Universe":{
|
282 |
"Cosmos πͺ": [
|
283 |
"Object-centric world modeling framework",
|
|
|
169 |
st.markdown(f"{k} {links_md}", unsafe_allow_html=True)
|
170 |
|
171 |
roleplaying_glossary = {
|
172 |
+
|
173 |
"π€ AI Concepts": {
|
174 |
"MoE (Mixture of Experts) π§ ": [
|
175 |
"What are Multi Agent Systems for Health",
|
|
|
200 |
"Research in knowledge representation and retrieval"
|
201 |
]
|
202 |
},
|
203 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
204 |
"π Exploring the Universe":{
|
205 |
"Cosmos πͺ": [
|
206 |
"Object-centric world modeling framework",
|