awacke1 commited on
Commit
a6c910f
Β·
verified Β·
1 Parent(s): b13e300

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +51 -122
app.py CHANGED
@@ -222,129 +222,58 @@ PromptPrefix = 'Create a specification with streamlit functions creating markdow
222
  PromptPrefix2 = 'Create a streamlit python user app with full code listing to create a UI implementing the using streamlit, gradio, huggingface to create user interface elements like emoji buttons, sliders, drop downs, and data interfaces like dataframes to show tables, session_statematching this ruleset and thematic story plot line: '
223
  PromptPrefix3 = 'Create a HTML5 aframe and javascript app using appropriate libraries to create a word game simulation with advanced libraries like aframe to render 3d scenes creating moving entities that stay within a bounding box but show text and animation in 3d for inventory, components and story entities. Show full code listing. Add a list of new random entities say 3 of a few different types to any list appropriately and use emojis to make things easier and fun to read. Use appropriate emojis in labels. Create the UI to implement storytelling in the style of a dungeon master, with features using three emoji appropriate text plot twists and recurring interesting funny fascinating and complex almost poetic named characters with genius traits and file IO, randomness, ten point choice lists, math distribution tradeoffs, witty humorous dilemnas with emoji , rewards, variables, reusable functions with parameters, and data driven app with python libraries and streamlit components for Javascript and HTML5. Use appropriate emojis for labels to summarize and list parts, function, conditions for topic:'
224
 
225
-
226
  roleplaying_glossary = {
227
- "πŸ€– AI Concepts": {
228
- "MoE (Mixture of Experts) 🧠": [
229
- "What are Multi Agent Systems for Health",
230
- "What is Mixture of Experts for Health",
231
- "What are Semantic and Episodic Memory and what is Mirroring for Behavioral Health",
232
- "What are Self Rewarding AI Systems for Health",
233
- "How are AGI and AMI systems created using Multi Agent Systems and Mixture of Experts for Health"
234
- ],
235
- "Multi Agent Systems (MAS) 🀝": [
236
- "Distributed AI systems",
237
- "Autonomous agents interacting",
238
- "Cooperative and competitive behavior",
239
- "Decentralized problem-solving",
240
- "Applications in robotics, simulations, and more"
241
- ],
242
- "Self Rewarding AI 🎁": [
243
- "Intrinsic motivation for AI agents",
244
- "Autonomous goal setting and achievement",
245
- "Exploration and curiosity-driven learning",
246
- "Potential for open-ended development",
247
- "Research area in reinforcement learning"
248
- ],
249
- "Semantic and Episodic Memory πŸ“š": [
250
- "Two types of long-term memory",
251
- "Semantic: facts and general knowledge",
252
- "Episodic: personal experiences and events",
253
- "Crucial for AI systems to understand and reason",
254
- "Research in knowledge representation and retrieval"
255
- ]
256
- },
257
- "πŸ› οΈ AI Tools & Platforms": {
258
- "AutoGen πŸ”§": [
259
- "Automated machine learning (AutoML) tool",
260
- "Generates AI models based on requirements",
261
- "Simplifies AI development process",
262
- "Accessible to non-experts",
263
- "Integration with various data sources"
264
- ],
265
- "ChatDev πŸ’¬": [
266
- "Platform for building chatbots and conversational AI",
267
- "Drag-and-drop interface for designing chat flows",
268
- "Pre-built templates and integrations",
269
- "Supports multiple messaging platforms",
270
- "Analytics and performance tracking"
271
- ],
272
- "Omniverse 🌐": [
273
- "Nvidia's 3D simulation and collaboration platform",
274
- "Physically accurate virtual worlds",
275
- "Supports AI training and testing",
276
- "Used in industries like robotics, architecture, and gaming",
277
- "Enables seamless collaboration and data exchange"
278
- ],
279
- "Lumiere πŸŽ₯": [
280
- "AI-powered video analytics platform",
281
- "Extracts insights and metadata from video content",
282
- "Facial recognition and object detection",
283
- "Sentiment analysis and scene understanding",
284
- "Applications in security, media, and marketing"
285
- ],
286
- "SORA πŸ—οΈ": [
287
- "Scalable Open Research Architecture",
288
- "Framework for distributed AI research and development",
289
- "Modular and extensible design",
290
- "Facilitates collaboration and reproducibility",
291
- "Supports various AI algorithms and models"
292
- ]
293
- },
294
- "πŸ”¬ Science Topics": {
295
- "Physics πŸ”­": [
296
- "Astrophysics: galaxies, cosmology, planets, high energy phenomena, instrumentation, solar/stellar",
297
-
298
- "Condensed Matter: disordered systems, materials science, nano/mesoscale, quantum gases, soft matter, statistical mechanics, superconductivity",
299
- "General Relativity and Quantum Cosmology",
300
- "High Energy Physics: experiment, lattice, phenomenology, theory",
301
- "Mathematical Physics",
302
- "Nonlinear Sciences: adaptation, cellular automata, chaos, solvable systems, pattern formation",
303
- "Nuclear: experiment, theory",
304
- "Physics: accelerators, atmospherics, atomic/molecular, biophysics, chemical, computational, education, fluids, geophysics, optics, plasma, popular, space"
305
- ],
306
- "Mathematics βž—": [
307
- "Algebra: geometry, topology, number theory, combinatorics, representation theory",
308
- "Analysis: PDEs, functional, numerical, spectral theory, ODEs, complex variables",
309
- "Geometry: algebraic, differential, metric, symplectic, topological",
310
- "Probability and Statistics",
311
- "Applied Math: information theory, optimization and control"
312
- ],
313
- "Computer Science πŸ’»": [
314
- "Artificial Intelligence and Machine Learning",
315
-
316
- "Computation and Language, Complexity, Engineering, Finance, Science",
317
- "Computer Vision, Graphics, Robotics",
318
- "Cryptography, Security, Blockchain",
319
- "Data Structures, Algorithms, Databases",
320
- "Distributed and Parallel Computing",
321
- "Formal Languages, Automata, Logic",
322
- "Information Theory, Signal Processing",
323
- "Networks, Internet Architecture, Social Networks",
324
- "Programming Languages, Software Engineering"
325
- ],
326
- "Quantitative Biology 🧬": [
327
- "Biomolecules, Cell Behavior, Genomics",
328
- "Molecular Networks, Neurons and Cognition",
329
- "Populations, Evolution, Ecology",
330
- "Quantitative Methods, Subcellular Processes",
331
- "Tissues, Organs, Organisms"
332
- ],
333
-
334
- "Quantitative Finance πŸ“ˆ": [
335
- "Computational and Mathematical Finance",
336
- "Econometrics and Statistical Finance",
337
-
338
- "Economics, Portfolio Management, Trading",
339
- "Pricing, Risk Management"
340
- ],
341
- "Electrical Engineering πŸ”Œ": [
342
- "Audio, Speech, Image and Video Processing",
343
- "Communications and Information Theory",
344
- "Signal Processing, Controls, Robotics",
345
- "Electronic Circuits, Embedded Systems"
346
- ]
347
- }
348
  }
349
 
350
 
 
222
  PromptPrefix2 = 'Create a streamlit python user app with full code listing to create a UI implementing the using streamlit, gradio, huggingface to create user interface elements like emoji buttons, sliders, drop downs, and data interfaces like dataframes to show tables, session_statematching this ruleset and thematic story plot line: '
223
  PromptPrefix3 = 'Create a HTML5 aframe and javascript app using appropriate libraries to create a word game simulation with advanced libraries like aframe to render 3d scenes creating moving entities that stay within a bounding box but show text and animation in 3d for inventory, components and story entities. Show full code listing. Add a list of new random entities say 3 of a few different types to any list appropriately and use emojis to make things easier and fun to read. Use appropriate emojis in labels. Create the UI to implement storytelling in the style of a dungeon master, with features using three emoji appropriate text plot twists and recurring interesting funny fascinating and complex almost poetic named characters with genius traits and file IO, randomness, ten point choice lists, math distribution tradeoffs, witty humorous dilemnas with emoji , rewards, variables, reusable functions with parameters, and data driven app with python libraries and streamlit components for Javascript and HTML5. Use appropriate emojis for labels to summarize and list parts, function, conditions for topic:'
224
 
 
225
  roleplaying_glossary = {
226
+ "πŸ€– AI Concepts": {
227
+ "MoE (Mixture of Experts) 🧠": [
228
+ "What are Multi Agent Systems, Mixture of Experts, Semantic and Episodic Memory, and Mirroring in the context of AI and Health?",
229
+ "How can AGI and AMI systems be created using MAS and MoE for Health?",
230
+ "What are Self Rewarding AI Systems and their potential for Health?"
231
+ ],
232
+ "Multi Agent Systems (MAS) 🀝": [
233
+ "What are some key characteristics and behaviors of Multi Agent Systems?",
234
+ "What are distributed, autonomous, cooperative and competitive Multi Agent Systems?",
235
+ "How are MAS applied in robotics, simulations, and decentralized problem-solving?"
236
+ ],
237
+ "Self Rewarding AI 🎁": [
238
+ "What are some research areas and approaches in Self Rewarding AI systems?",
239
+ "What is intrinsic motivation, autonomous goal setting, and curiosity-driven learning in Self Rewarding AI?",
240
+ "How can Self Rewarding AI enable open-ended development?"
241
+ ]
242
+ },
243
+ "πŸ› οΈ AI Tools & Platforms": {
244
+ "AutoGen πŸ”§": [
245
+ "What is AutoGen and how does it simplify the AI/ML development process?",
246
+ "How accessible and automated is the AutoGen platform for AI creation?",
247
+ "What data sources and model requirements does AutoGen support?"
248
+ ],
249
+ "ChatDev πŸ’¬": [
250
+ "What is ChatDev and what features does it offer for building chatbots and conversational AI?",
251
+ "What pre-built assets and integrations are available in ChatDev?",
252
+ "How does ChatDev facilitate multi-platform chat development and analytics?"
253
+ ],
254
+ "Omniverse 🌐": [
255
+ "What is Nvidia's Omniverse simulation platform and what industries and use cases does it support?",
256
+ "How does Omniverse enable physically accurate virtual worlds and seamless collaboration?",
257
+ "What AI training, testing and data exchange capabilities does Omniverse provide?"
258
+ ]
259
+ },
260
+ "πŸ”¬ Science Topics": {
261
+ "Physics πŸ”­": [
262
+ "What are the main branches and research areas in Physics?",
263
+ "What are key research areas in Astrophysics, Condensed Matter, and High Energy Physics?",
264
+ "How do General Relativity, Quantum Cosmology, and Mathematical Physics interrelate?"
265
+ ],
266
+ "Mathematics βž—": [
267
+ "What are the main branches of Mathematics?",
268
+ "What are main branches of Algebra, Analysis, and Geometry in Mathematics?",
269
+ "How do Probability, Statistics, and Applied Math relate to other Math fields?"
270
+ ],
271
+ "Computer Science πŸ’»": [
272
+ "What are the main research areas in Computer Science?",
273
+ "What are major research topics in AI, Machine Learning, NLP, Vision, Graphics and Robotics?",
274
+ "How do Algorithms, Data Structures, Databases, Distributed Systems and Programming Languages intersect?"
275
+ ]
276
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
277
  }
278
 
279