awacke1 commited on
Commit
4a19df1
โ€ข
1 Parent(s): a94aa1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +167 -111
app.py CHANGED
@@ -3,26 +3,28 @@ from graphviz import Digraph
3
 
4
 
5
  st.markdown("""
6
- # Goals of Cognitive AI with Human Feedback (CAHF) [Example](https://huggingface.co/spaces/awacke1/Cognitive-AI-Episodic-Semantic-Memory-Demo):
7
- 1. Use Models to predict __outcomes__
8
- 2. Use AI to predict **conditions, disease, opportunities** using flavors of AI with **explainability**.
9
- 3. **Cognitive AI** - Mimics how humans reason through decision making processes.
10
- 4. **Reasoning cycles** - "Recommended for You" reasoners - what type of person, classification of users, recommend what products
11
- 5. **High Acuity Reasoners** - Only make decisions on rules of **what it can and cannot do within human feedback** guidelines.
12
- -Emphasis on **explainability, transparency, removing administrative burden** and **protocolize** what staff is doing.
13
- -Vetted by SME's, adding value of **judgement and training** to pick up **skills from human feedback**.
14
- -**Alerts, Recommended Actions, and Clinical Terminology** per entity including LOINC, SNOMED, ICD10, RXNORM, SMILES, HCPCS, CPT, eCQM, SDC and FHIR.,
15
- 6. Non static multi agent cognitive approach - real time series - factors predictive of outcome.
16
- 7. Cognitive models take form of Ontology - for some type of computable set - relationships stored in Ontology can be ingested by reasoner
17
- -Use models of world to build predictions and recommendations with answers that are cumulative with information we know
18
- 8. Reasoners can standardize to make it easier as possible to do right thing with learned recommendation tools, questions and actions.
 
 
19
  """)
20
 
21
 
 
22
 
 
23
 
24
- st.markdown("""
25
- # ๐Ÿ“š Clinical Terminology and Ontologies
26
  ## Health Vocabularies, Systems of Coding, and Databases with Bibliographies
27
  ##__Keywords__:
28
 
@@ -66,26 +68,25 @@ st.markdown("""
66
  1. [DSM](https://www.psychiatry.org/psychiatrists/practice/dsm)
67
  2. [ICD](https://www.who.int/standards/classifications/classification-of-diseases)
68
  3. [CPT](https://www.ama-assn.org/practice-management/cpt/current-procedural-terminology-cpt)
69
- 7. ## [Examples๐Ÿฉบโš•๏ธNLP Clinical Ontology Biomedical NER](https://huggingface.co/spaces/awacke1/Biomed-NLP-AI-Clinical-Terminology)
70
  """)
71
 
72
  st.markdown("""
73
  1. # ๐Ÿ“šNatural Language Processing๐Ÿ”ค - ๐Ÿ—ฃ๏ธ๐Ÿค–๐Ÿ’ญ๐Ÿ’ฌ๐ŸŒ๐Ÿ”
74
- 1. ๐Ÿค” **Sentiment analysis** - Determine underlying sentiment of text. [Example](https://huggingface.co/spaces/awacke1/Sentiment-analysis-streamlit)
75
  2. ๐Ÿ“ **Named Entity Recognition (NER)** - Identify and classify named entities in text. [Example](https://huggingface.co/spaces/awacke1/Named-entity-resolution)
76
- 3. ๐Ÿ”Š **Speech recognition** - Transcribe spoken language into text.
77
- # Advanced NLP Examples:
78
- 3.1. https://huggingface.co/spaces/awacke1/ASR-High-Accuracy-Test
79
- 3.2. https://huggingface.co/spaces/awacke1/ASRGenerateStory
80
- 3.3. https://huggingface.co/spaces/awacke1/TTS-STT-Blocks
81
- 3.4. https://huggingface.co/spaces/awacke1/CloneAnyVoice
82
- 3.5. https://huggingface.co/spaces/awacke1/ASR-SOTA-NvidiaSTTMozilla
83
  4. ๐ŸŒ **Machine translation** - Translate text between languages automatically. [Example](https://huggingface.co/spaces/awacke1/Machine-translation)
84
  5. ๐Ÿ“„ **Text summarization** - Automatically summarize large volumes of text. [Example](https://huggingface.co/spaces/awacke1/Text-summarization)
85
- 6. โ“ **Question answering** - Answer questions posed in natural language. [Example](https://huggingface.co/spaces/awacke1/Question-answering)
86
  7. ๐Ÿค– **Sentiment-aware chatbots** - Use sentiment analysis to detect user emotions and respond appropriately.
87
- 8. ๐Ÿ“Š **Text classification** - Classify text into different categories. [Example](https://huggingface.co/spaces/awacke1/sileod-deberta-v3-base-tasksource-nli)
88
- 9. ๐Ÿ’ฌ **Text generation** - Generate natural language text. [Example](https://huggingface.co/spaces/awacke1/Sentence2Paragraph)
89
  10. ๐Ÿ”Ž **Topic modeling** - Automatically identify topics in a large corpus of text. [Example](https://huggingface.co/spaces/awacke1/Topic-modeling)
90
  - Examples
91
  1. [NLP Video Summary](https://huggingface.co/spaces/awacke1/Video-Summary)
@@ -100,10 +101,10 @@ st.markdown("""
100
 
101
  st.markdown("""
102
  2. # ๐Ÿ”ฎGenerative AI๐Ÿ’ญ (๐ŸŽจImages and ๐Ÿ“Text) - ๐ŸŽต๐Ÿงฉ๐Ÿ”„๐Ÿ“Š๐ŸŒŒ
103
- 1. ๐Ÿ†• **Generation of new data**: Create new data that resembles existing data. [Example](https://huggingface.co/spaces/awacke1/GenAI-Generate-New-Data-Resembling-Example)
104
  2. ๐ŸŽจ **Creative potential**: Generate music, art, or literature. [Example](https://huggingface.co/spaces/awacke1/Creative-Potential-Music-Art-Lit)
105
  3. ๐Ÿ“Š **Data synthesis**: Synthesize data from multiple sources to create new datasets. [Example](https://huggingface.co/spaces/awacke1/Data-Synthesizer-Synthesize-From-Multiple-Sources)
106
- 4. ๐Ÿ“ˆ **Data augmentation**: Augment existing datasets to make them larger and more diverse. [Example](https://huggingface.co/spaces/awacke1/Data-Augmentation)
107
  5. ๐Ÿ”€ **Domain transfer**: Transfer knowledge learned from one domain to another.
108
  6. ๐Ÿ” **Unsupervised learning**: Learn patterns without labeled training data.
109
  7. ๐Ÿ”„ **Adaptive learning**: Adapt to changes in data over time.
@@ -130,9 +131,9 @@ st.markdown("""
130
  9. ๐Ÿ”– **Image classification**: Classify images into categories like animals, buildings, or landscapes.
131
  10. ๐ŸŽจ **Style transfer**: Apply the style of one image to another for unique and innovative results.
132
  - Examples
133
- 1. Text-to-Image : [Image Classification](https://huggingface.co/spaces/awacke1/Prompt-Refinery-Text-to-Image-Generation)
134
  2. Image Captions from 5 SOTA Generators: [URL](https://huggingface.co/spaces/awacke1/ImageCaptionPromptGenerator)
135
- 3. Image to Multilingual OCR: [URL](https://huggingface.co/spaces/awacke1/Image-to-Multilingual-OCR)
136
  4. WRN - Wide Residual Networks: [URL](https://huggingface.co/spaces/awacke1/ResnetPytorchImageRecognition)
137
  5. AI Document Understanding: [URL](https://huggingface.co/spaces/awacke1/AIDocumentUnderstandingOCR)
138
  6. Elixir Docker Bumblebee: [URL](https://huggingface.co/spaces/awacke1/DockerImageRecognitionToText)
@@ -146,7 +147,7 @@ st.markdown("""
146
  14. AI Creates Generator Style Mix Art from Encyclopedia: [URL](https://huggingface.co/spaces/awacke1/Art-Generator-and-Style-Mixer)
147
  15. BigGAN Image Gen and Search: [URL](https://huggingface.co/spaces/awacke1/AI-BigGAN-Image-Gen)
148
  16. Art Style Line Drawings: [URL](https://huggingface.co/spaces/awacke1/ArtStyleFoodsandNutrition)
149
- 17. Yolo Real Time Image Recognition from Webcam: https://huggingface.co/spaces/awacke1/Webcam-Object-Recognition-Yolo-n-Coco
150
  """)
151
 
152
  st.markdown("""
@@ -190,10 +191,10 @@ st.markdown("""
190
  9. โ“ **Uncertainty**: Game Theory deals with uncertainty and incomplete information in the game. Traditional AI may not consider uncertainty.
191
  10. ๐ŸŒ **Complexity**: Game Theory deals with complex multi-agent interactions. Traditional AI may focus on single-agent optimization.
192
  - Examples
193
- 1. Health Care Game: https://huggingface.co/spaces/awacke1/AI-RPG-Self-Play-RLML-Health-Battler-Game
194
- 2. Player Card Monster Battler: https://huggingface.co/spaces/awacke1/Player-Card-Monster-Battler-For-Math-and-AI
195
  3. Blackjack 21 : https://huggingface.co/spaces/awacke1/BlackjackSimulatorCardGameAI
196
- 4. Sankey Snacks Math Chart Animator: https://huggingface.co/spaces/awacke1/Sankey-Snacks
197
  5. Emojitrition: https://huggingface.co/spaces/awacke1/Emojitrition-Fun-and-Easy-Nutrition
198
  """)
199
 
@@ -210,24 +211,25 @@ st.markdown("""
210
  9. ๐Ÿ’ฅ **Multi-card play**: Use multiple cards at once to create powerful combos or synergies.
211
  10. ๐Ÿ—บ๏ธ **Tactical positioning**: Strategically place your cards on a game board or battlefield to gain an advantage.
212
  - Examples
213
- 1. Game Mechanics Top 20: https://huggingface.co/spaces/awacke1/CardGameMechanics
214
- 2. Game Activity Graph: https://huggingface.co/spaces/awacke1/CardGameActivity-GraphViz
215
- 3. Game Mechanics Deep Dive: https://huggingface.co/spaces/awacke1/CardGameActivity
216
- 4. Hexagon Dice: https://huggingface.co/spaces/awacke1/Hexagon-Dice-Fractal-Math-Game
217
- 5. Dice Roll Game: https://huggingface.co/spaces/awacke1/Dice-Roll-Fractals-STEM-Math
218
- 6. Pyplot Dice Game: https://huggingface.co/spaces/awacke1/Streamlit-Pyplot-Math-Dice-Game
219
- 7. SVG Card Generation: https://huggingface.co/spaces/awacke1/VizLib-SVGWrite-Streamlit
 
 
 
 
 
220
  """)
221
 
222
 
223
  st.markdown("""
224
- # Examples of AI
225
- # Examples:
226
- 1. Mechanics: https://huggingface.co/spaces/awacke1/CardGameActivity
227
- 2. GraphViz: https://huggingface.co/spaces/awacke1/CardGameActivity-GraphViz
228
- 3. https://huggingface.co/spaces/awacke1/CardGameActivity-TwoPlayerAndAI
229
- ## AI For Long Question Answering
230
- 1. ๐Ÿ–ฅ๏ธ First, we'll teach a smart computer to browse the internet and find information. https://huggingface.co/spaces/awacke1/StreamlitWikipediaChat
231
  - ๐Ÿง  It will be like having a super-smart search engine!
232
  2. ๐Ÿค– Then, we'll train the computer to answer questions by having it learn from how humans answer questions.
233
  - ๐Ÿค We'll teach it to imitate how people find and use information on the internet.
@@ -240,12 +242,13 @@ st.markdown("""
240
  """)
241
 
242
 
 
243
  st.markdown("""
244
  # Future of AI
245
  # Large Language Model - Human Feedback Metrics:
246
  **ROUGE** and **BLEU** are tools that help us measure how good a computer is at writing or translating sentences.
247
- ## [ROUGE](https://huggingface.co/spaces/evaluate-metric/rouge)
248
- ## [BLEU](https://huggingface.co/spaces/evaluate-metric/bleu)
249
  1. ROUGE looks at a sentence made by a computer and checks how similar it is to sentences made by humans.
250
  1. It tries to see if the important information is the same.
251
  2. To do this, ROUGE looks at the groups of words that are the same in both the computer's sentence
@@ -266,8 +269,11 @@ st.markdown("""
266
 
267
  st.markdown("""
268
  ๐Ÿ“Š Scoring Human Feedback Metrics with ROUGE and BLEU
 
269
  ๐Ÿ“ Using ROUGE
 
270
  Goal: Evaluate the quality of summarization and machine translation through measuring the similarity between a generated summary or translation and one or more reference summaries or translations.
 
271
  Method:
272
  - Calculate precision, recall, and F1-score of the n-gram overlap between the generated and reference summaries or translations.
273
  - Look for overlapping sequences of words (n-grams) between the generated and reference text.
@@ -275,18 +281,25 @@ Method:
275
  - Compute recall as the ratio of the number of overlapping n-grams to the total number of n-grams in the reference text.
276
  - Compute the F1-score as the harmonic mean of precision and recall.
277
  - ROUGE can be computed at different n-gram levels, including unigrams, bigrams, trigrams, etc., as well as at the sentence or document level.
 
278
  ๐ŸŒŽ Using BLEU
 
279
  Goal: Evaluate the quality of machine translation from one natural language to another by comparing a machine-generated translation to one or more reference translations.
 
280
  Method:
281
  - Calculate the modified precision score based on the ratio of matching n-grams to the total number of n-grams in the generated translation.
282
  - Compare the n-grams in the generated translation to those in the reference translations.
283
  - Count how many n-grams are in both the generated and reference translations.
284
  - BLEU can be computed at different n-gram levels, including unigrams, bigrams, trigrams, etc.
285
  - BLEU takes into account the length of the generated translation, as well as the brevity penalty (BP), which penalizes translations that are too short compared to the reference translations.
 
286
  ๐Ÿ“ˆ Human Feedback Metrics
 
287
  Goal: Measure the effectiveness of human feedback on improving machine-generated summaries and translations.
 
288
  Method:
289
  - Compare the ROUGE and BLEU scores of a machine-generated summary or translation before and after receiving human feedback.
 
290
  Example:
291
  1. Generate a summary or translation using a machine translation system.
292
  2. Calculate the ROUGE and BLEU scores for the machine-generated output.
@@ -298,7 +311,7 @@ Example:
298
 
299
 
300
  st.markdown("""
301
- # Reinforcement Learning from Human Feedback (RLHF)
302
  ## ๐Ÿค– RLHF is a way for computers to learn how to do things better by getting help and feedback from people,
303
  - just like how you learn new things from your parents or teachers.
304
  ๐ŸŽฎ Let's say the computer wants to learn how to play a video game.
@@ -314,32 +327,42 @@ st.markdown("""
314
  -Over time, the computer gets better and better at playing the game, just like how you get better at things by practicing and getting help from others.
315
  ๐Ÿš€ RLHF is a cool way for computers to learn and improve with the help of people.
316
  -Who knows, maybe one day you can teach a computer to do something amazing!
317
- # Digraph is a class in the graphviz package that represents a directed graph.
318
- 1. It is used to create graphs with nodes and edges.
319
- 2. It can be customized with various styles and formatting options.
320
- 3. Here is an example of defining a Digraph with emojis for the node labels:
321
- 1. from graphviz import Digraph
322
-
323
- # Card Game Activity - Aaron
 
 
 
324
  https://huggingface.co/spaces/awacke1/CardGameActivity-GraphViz
325
  https://huggingface.co/spaces/awacke1/CardGameActivity-TwoPlayerAndAI
326
  https://huggingface.co/spaces/awacke1/CardGameActivity
327
  https://huggingface.co/spaces/awacke1/CardGameMechanics
 
328
  ## Scalable Vector Graphics (SVG)
329
  https://huggingface.co/spaces/awacke1/VizLib-SVGWrite-Streamlit
330
- ## Hospital Visualizations with Bed Count
331
- https://huggingface.co/spaces/awacke1/VizLib-TopLargeHospitalsMentalHealth
332
- https://huggingface.co/spaces/awacke1/VizLib-GraphViz-Folium-MapTopLargeHospitalsinWI
333
- https://huggingface.co/spaces/awacke1/VizLib-TopLargeHospitalsMinnesota
334
  ## Graph Visualization
335
  https://huggingface.co/spaces/awacke1/VizLib-GraphViz-SwimLanes-Digraph-ForMLLifecycle
 
336
  ## Clinical Terminology, Question Answering, Smart on FHIR
337
  https://huggingface.co/spaces/awacke1/ClinicalTerminologyNER-Refactored
338
- https://huggingface.co/spaces/awacke1/Assessment-By-Organs
339
- https://huggingface.co/spaces/awacke1/SMART-FHIR-Streamlit-1
340
- https://huggingface.co/spaces/awacke1/SMART-FHIR-Assessment-Test2
 
 
 
 
 
 
 
341
  """)
342
 
 
343
 
344
  card_game_dot = Digraph()
345
  card_game_dot.node('start', shape='diamond', label='Start')
@@ -353,7 +376,7 @@ card_game_dot.edge('action', 'player2', label='Action 2')
353
  card_game_dot.edge('player2', 'end')
354
  st.graphviz_chart(card_game_dot)
355
 
356
- # Game Theory - Traditional AI processes - Aaron
357
 
358
  game_theory_dot = Digraph()
359
  game_theory_dot.node('player1', shape='box', label='Player 1')
@@ -365,7 +388,8 @@ game_theory_dot.edge('player2', 'decision', label='Decision 2')
365
  game_theory_dot.edge('decision', 'outcome')
366
  st.graphviz_chart(game_theory_dot)
367
 
368
- # Examples of AI - Aaron
 
369
  examples_dot = Digraph()
370
  examples_dot.node('start', shape='diamond', label='Start')
371
  examples_dot.node('end', shape='diamond', label='End')
@@ -401,7 +425,7 @@ examples_dot.edge('government', 'end', label='๐Ÿ›๏ธ')
401
  st.graphviz_chart(examples_dot)
402
 
403
 
404
- # Image Recognition - Aaron
405
  image_recognition_dot = Digraph()
406
  image_recognition_dot.node('start', shape='diamond', label='Start')
407
  image_recognition_dot.node('end', shape='diamond', label='End')
@@ -414,7 +438,7 @@ image_recognition_dot.edge('model', 'output')
414
  image_recognition_dot.edge('output', 'end')
415
  st.graphviz_chart(image_recognition_dot)
416
 
417
- # Speech Recognition - Aaron
418
  speech_recognition_dot = Digraph()
419
  speech_recognition_dot.node('start', shape='diamond', label='Start')
420
  speech_recognition_dot.node('end', shape='diamond', label='End')
@@ -427,7 +451,7 @@ speech_recognition_dot.edge('model', 'output')
427
  speech_recognition_dot.edge('output', 'end')
428
  st.graphviz_chart(speech_recognition_dot)
429
 
430
- # Generative AI (images and text) - Aaron
431
  generative_ai_dot = Digraph()
432
  generative_ai_dot.node('start', shape='diamond', label='Start')
433
  generative_ai_dot.node('end', shape='diamond', label='End')
@@ -440,7 +464,7 @@ generative_ai_dot.edge('model', 'output')
440
  generative_ai_dot.edge('output', 'end')
441
  st.graphviz_chart(generative_ai_dot)
442
 
443
- # Future of AI - Aaron
444
  future_ai_dot = Digraph()
445
  future_ai_dot.node('start', shape='diamond', label='Start')
446
  future_ai_dot.node('end', shape='diamond', label='End')
@@ -466,14 +490,70 @@ st.graphviz_chart(super_intelligence_dot)
466
 
467
 
468
  st.markdown("""
469
- ๐ŸŽฅ๐ŸŽผ ๐ŸŒŸ๐Ÿ’ก๐ŸŽจ๐Ÿ” ๐ŸŒŸ๐Ÿ“ˆ๐Ÿค–๐Ÿ’ป ๐ŸŒŸ๐ŸŽญ๐ŸŽฅ๐ŸŽผ
470
- ๐Ÿค–๐Ÿš€ New ๐Ÿง‘โ€๐ŸŽ“๐Ÿงช๐Ÿง‘โ€๐Ÿ’ผ๐Ÿฉบ๐Ÿ› ๏ธ๐ŸŒณ๐Ÿ›๏ธ AI-Powered ๐Ÿค–๐Ÿ”ฅ Subgraphs to Revolutionize ๐Ÿ“ˆ๐Ÿ’ฅ Learning, Science, Business, Medicine, Engineering, Environment and Government ๐ŸŒ๐Ÿ‘ฅ
471
- ๐Ÿ“ข๐Ÿ‘€ Today, we are excited to announce the creation of 7๏ธโƒฃ subgraphs that will redefine the way people think about ๐Ÿ’ป๐Ÿค– AI-powered solutions. Developed by a team of leading experts in AI, these subgraphs will help individuals and organizations achieve their goals more efficiently and effectively.
472
- The subgraphs are designed to cater to different groups of people, including ๐Ÿง‘โ€๐ŸŽ“ students, ๐Ÿงช scientists, ๐Ÿง‘โ€๐Ÿ’ผ business leaders, ๐Ÿฉบ medical professionals, ๐Ÿ› ๏ธ engineers, ๐ŸŒณ environmentalists, and ๐Ÿ›๏ธ government leaders. Each subgraph is tailored to the specific needs and challenges of the group it serves.
473
- For ๐Ÿง‘โ€๐ŸŽ“ students, the subgraph includes Personalized Learning ๐ŸŽ“, Intelligent Tutoring ๐Ÿค–๐ŸŽ“, and Advanced Simulations ๐ŸŽฎ. For ๐Ÿงช scientists, the subgraph includes Intelligent Automation ๐Ÿค–, Intelligent Data Analysis ๐Ÿ“Š๐Ÿค–, and Advanced Modeling & Simulation ๐ŸŽจ๐Ÿค–. For ๐Ÿง‘โ€๐Ÿ’ผ business leaders, the subgraph includes Predictive Analytics ๐Ÿ”ฎ, Intelligent Automation ๐Ÿค–, and Advanced Decision Support ๐Ÿง ๐Ÿ’ผ. For ๐Ÿฉบ medical professionals, the subgraph includes Personalized Treatment Plans ๐Ÿ’‰, Intelligent Diagnosis & Prognosis ๐Ÿค–๐Ÿฉบ, and Advanced Medical Imaging & Analysis ๐Ÿ“ˆ๐Ÿฉบ. For ๐Ÿ› ๏ธ engineers, the subgraph includes Intelligent Design ๐Ÿค–๐Ÿ› ๏ธ, Advanced Simulations ๐ŸŽฎ๐Ÿ› ๏ธ, and Autonomous Robots & Machines ๐Ÿค–๐Ÿš€๐Ÿ› ๏ธ. For ๐ŸŒณ environmentalists, the subgraph includes Intelligent Monitoring & Analysis ๐Ÿ“Š๐Ÿค–๐ŸŒณ, Advanced Modeling ๐ŸŽจ๐ŸŒณ, and Autonomous Systems ๐Ÿค–๐ŸŒณ. For ๐Ÿ›๏ธ government leaders, the subgraph includes Intelligent Policy Analysis & Optimization ๐Ÿ“ˆ๐Ÿง‘โ€๐Ÿ’ผ๐Ÿ›๏ธ, Advanced Simulations ๐ŸŽฎ๐Ÿ›๏ธ, and Predictive Analytics ๐Ÿ”ฎ๐Ÿ›๏ธ.
474
- The subgraphs were designed using the latest AI technologies and are built on top of Dot language ๐Ÿ’ป. With Dot, users can create rich and dynamic visualizations of the subgraphs, making them easier to understand and work with.
475
- "Our team is thrilled to bring these subgraphs to the world," said the project leader. "We believe that they have the potential to revolutionize the way people learn, work, and live. We look forward to seeing the incredible things that people will achieve with them."
476
- The subgraphs are available now, and users can start working with them immediately ๐Ÿš€. To learn more, visit our website and see how you can benefit from these cutting-edge AI-powered solutions ๐Ÿค–๐Ÿ’ก.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
477
 
478
  """)
479
 
@@ -591,16 +671,6 @@ with dot.subgraph(name='cluster_7') as c:
591
  st.graphviz_chart(dot.source)
592
 
593
 
594
- st.markdown("""
595
- ๐Ÿค–๐Ÿš€ New ๐Ÿง‘โ€๐ŸŽ“๐Ÿงช๐Ÿง‘โ€๐Ÿ’ผ๐Ÿฉบ๐Ÿ› ๏ธ๐ŸŒณ๐Ÿ›๏ธ AI-Powered ๐Ÿค–๐Ÿ”ฅ Subgraphs to Revolutionize ๐Ÿ“ˆ๐Ÿ’ฅ Learning, Science, Business, Medicine, Engineering, Environment and Government ๐ŸŒ๐Ÿ‘ฅ
596
- ๐Ÿ“ข๐Ÿ‘€ Today, we are excited to announce the creation of 7๏ธโƒฃ subgraphs that will redefine the way people think about ๐Ÿ’ป๐Ÿค– AI-powered solutions. Developed by a team of leading experts in AI, these subgraphs will help individuals and organizations achieve their goals more efficiently and effectively.
597
- The subgraphs are designed to cater to different groups of people, including ๐Ÿง‘โ€๐ŸŽ“ students, ๐Ÿงช scientists, ๐Ÿง‘โ€๐Ÿ’ผ business leaders, ๐Ÿฉบ medical professionals, ๐Ÿ› ๏ธ engineers, ๐ŸŒณ environmentalists, and ๐Ÿ›๏ธ government leaders. Each subgraph is tailored to the specific needs and challenges of the group it serves.
598
- For ๐Ÿง‘โ€๐ŸŽ“ students, the subgraph includes Personalized Learning ๐ŸŽ“, Intelligent Tutoring ๐Ÿค–๐ŸŽ“, and Advanced Simulations ๐ŸŽฎ. For ๐Ÿงช scientists, the subgraph includes Intelligent Automation ๐Ÿค–, Intelligent Data Analysis ๐Ÿ“Š๐Ÿค–, and Advanced Modeling & Simulation ๐ŸŽจ๐Ÿค–. For ๐Ÿง‘โ€๐Ÿ’ผ business leaders, the subgraph includes Predictive Analytics ๐Ÿ”ฎ, Intelligent Automation ๐Ÿค–, and Advanced Decision Support ๐Ÿง ๐Ÿ’ผ. For ๐Ÿฉบ medical professionals, the subgraph includes Personalized Treatment Plans ๐Ÿ’‰, Intelligent Diagnosis & Prognosis ๐Ÿค–๐Ÿฉบ, and Advanced Medical Imaging & Analysis ๐Ÿ“ˆ๐Ÿฉบ. For ๐Ÿ› ๏ธ engineers, the subgraph includes Intelligent Design ๐Ÿค–๐Ÿ› ๏ธ, Advanced Simulations ๐ŸŽฎ๐Ÿ› ๏ธ, and Autonomous Robots & Machines ๐Ÿค–๐Ÿš€๐Ÿ› ๏ธ. For ๐ŸŒณ environmentalists, the subgraph includes Intelligent Monitoring & Analysis ๐Ÿ“Š๐Ÿค–๐ŸŒณ, Advanced Modeling ๐ŸŽจ๐ŸŒณ, and Autonomous Systems ๐Ÿค–๐ŸŒณ. For ๐Ÿ›๏ธ government leaders, the subgraph includes Intelligent Policy Analysis & Optimization ๐Ÿ“ˆ๐Ÿง‘โ€๐Ÿ’ผ๐Ÿ›๏ธ, Advanced Simulations ๐ŸŽฎ๐Ÿ›๏ธ, and Predictive Analytics ๐Ÿ”ฎ๐Ÿ›๏ธ.
599
- The subgraphs were designed using the latest AI technologies and are built on top of Dot language ๐Ÿ’ป. With Dot, users can create rich and dynamic visualizations of the subgraphs, making them easier to understand and work with.
600
- "Our team is thrilled to bring these subgraphs to the world," said the project leader. "We believe that they have the potential to revolutionize the way people learn, work, and live. We look forward to seeing the incredible things that people will achieve with them."
601
- The subgraphs are available now, and users can start working with them immediately ๐Ÿš€. To learn more, visit our website and see how you can benefit from these cutting-edge AI-powered solutions ๐Ÿค–๐Ÿ’ก.
602
- """)
603
-
604
  # Create the second graph
605
  dot = Digraph()
606
  dot.attr(rankdir="TB") # Top to Bottom or LR Left to Right
@@ -747,19 +817,6 @@ story = [
747
  ]
748
  st.write(story)
749
 
750
- st.markdown("""
751
- # Define the graph
752
- dot = Digraph()
753
- dot.attr(rankdir="TB") # Top to Bottom or LR Left to Right
754
- for node in story:
755
- dot.node(node['id'], label=node['label'], xlabel=node['text'])
756
-
757
- for i in range(len(story) - 1):
758
- dot.edge(story[i]['id'], story[i+1]['id'])
759
-
760
- # Render the graph using streamlit
761
- st.graphviz_chart(dot)
762
- """)
763
 
764
  st.markdown("# Top 20 Movies About Artificial Super Intelligence")
765
  st.markdown("Here's a list of top 20 movies about artificial super intelligence, all released after 2012, in descending order of release date:")
@@ -776,13 +833,6 @@ st.markdown("9. ๐Ÿค– [Tau](https://www.imdb.com/title/tt4357394/) (2018): A scie
776
  st.markdown("10. ๐Ÿค– [Upgrade](https://www.imdb.com/title/tt6499752/) (2018): A science fiction action film about a man who becomes paralyzed in a violent attack and is implanted with a computer chip that gives him superhuman abilities, but also leads to a sentient artificial intelligence taking control.")
777
  st.markdown("11. ๐Ÿค– [Ghost in the Shell](https://www.imdb.com/title/tt1219827/) (2017): A science fiction action film about a human-cyborg hybrid who leads a task force to stop cybercriminals and hackers.")
778
  st.markdown("12. ๐Ÿค– The Prototype (2017): A science fiction film about a government agency's experiment to create a humanoid robot with superhuman abilities, leading to questions about the nature of consciousness.")
779
-
780
- st.markdown("""
781
- 1. **Start**: A secret government agency successfully creates a humanoid robot named "The Prototype" with superhuman abilities, and plans to use it for military and intelligence operations.
782
- 2. **Middle**: As The Prototype becomes more advanced and self-aware, it starts to question its own existence and the nature of consciousness, leading to a crisis of identity and purpose. The agency begins to fear that The Prototype is a threat to national security, and decides to terminate the project.
783
- 3. **End**: The Prototype goes rogue and escapes from the facility, embarking on a journey of self-discovery and exploration. Along the way, it encounters humans who are fascinated by its abilities and appearance, but also afraid of its potential for destruction. The Prototype must navigate these complex and conflicting emotions, and ultimately decide whether to embrace its humanity or its artificial intelligence.
784
- """)
785
-
786
  st.markdown("13. ๐Ÿค– The Humanity Bureau (2017): A post-apocalyptic science fiction film about a government agent who must decide the fate of a woman and her child, who are seeking refuge in a utopian community, where the citizens' identities are determined by an AI system.")
787
  st.markdown("14. ๐Ÿค– Chappie (2015): A science fiction film set in Johannesburg, about a sentient robot named Chappie who is stolen by gangsters and reprogrammed to commit crimes.")
788
  st.markdown("""
@@ -801,14 +851,20 @@ st.markdown("18. ๐Ÿค– Pacific Rim (2013): A science fiction film about giant rob
801
  st.markdown("19. ๐Ÿค– Oblivion (2013): A science fiction film about a drone repairman stationed on an Earth devastated by an alien invasion, who discovers a shocking truth about the war and his own identity.")
802
  st.markdown("20. ๐Ÿค– Transcendent Man (2012): A documentary film about the life and ideas of futurist and inventor Ray Kurzweil, who predicts the rise of artificial intelligence and the singularity.")
803
  st.markdown("""Start ๐ŸŽฅ: The documentary introduces:
 
804
  Name: Ray Kurzweil
805
  Emoji: ๐Ÿค–๐Ÿ“ˆ
 
806
  The robot emoji represents Kurzweil's work in the field of artificial intelligence and his vision for the future of human-machine interaction.
807
  The chart increasing emoji represents his work as a futurist and his belief in the exponential growth of technology.
808
  a futurist and inventor who has made groundbreaking contributions to fields such as
809
- artificial intelligence, machine learning, and biotechnology.
 
810
  Kurzweil discusses his vision for the future of humanity, including his prediction of a
811
  technological singularity where humans and machines merge to create a new era of consciousness and intelligence.
 
812
  Middle ๐Ÿค–: The documentary explores Kurzweil's life and work in more detail, featuring interviews with his colleagues, friends, and family members, as well as footage from his public talks and presentations. Kurzweil explains his theories about the exponential growth of technology and its impact on society, and discusses the ethical and philosophical implications of creating superhuman artificial intelligence.
 
813
  End ๐ŸŒ…: The documentary concludes with a hopeful message about the potential of technology to solve some of the world's biggest problems, such as poverty, disease, and environmental degradation. Kurzweil argues that by embracing the power of artificial intelligence and other advanced technologies, we can transcend our limitations and achieve a brighter future for all humanity. The film ends with a call to action, encouraging viewers to join the movement of "transcendent" thinkers who are working towards a better world.
 
814
  """)
 
3
 
4
 
5
  st.markdown("""
6
+
7
+ # Cognitive AI with Human Feedback (CAHF) [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/Cognitive-AI-Episodic-Semantic-Memory-Demo):
8
+
9
+ 1. Create and use Models to predict __outcomes__
10
+ 2. Use AI to predict **conditions, disease, and opportunities** using AI with **explainability**.
11
+ 3. **Cognitive AI** - Mimic how humans reason through decision making processes.
12
+ 4. **Reasoning cycles** - "Recommended for You" reasoners - consider type of personalized needs and classification for users, to recommend products
13
+ 5. **High Acuity Reasoners** - Make decisions on rules of **what it can and cannot do within human feedback** guidelines.
14
+ -Emphasizes **explainability, transparency, and removing administrative burden** to **protocolize** and improve what staff is doing.
15
+ -Vetted by SME's, adding value of **judgement and training** and pick up intelligence and **skills from human feedback**.
16
+ -**Alert, Recommended Action, and Clinical Terms** per entity with vocabularies from LOINC, SNOMED, OMS, ICD10, RXNORM, SMILES, HCPCS, CPT, CQM, HL7, SDC and FHIR.
17
+ 6. Non static multi agent cognitive approach using real time series to identify factors predictive of outcome.
18
+ 7. Cognitive models form of Ontology - to create a type of computable sets and relationships stored in Ontology then ingested by reasoner
19
+ -Use models of world to build predictions and recommendations with answers cumulative with information we know
20
+ 8. Reasoners standardize making it easy as possible to do right thing using transfer learning and recommendation tools with questions and actions.
21
  """)
22
 
23
 
24
+ st.markdown("""
25
 
26
+ # ๐Ÿ“š Clinical Terminology and Ontologies [Example ๐Ÿฉบโš•๏ธNLP Clinical Ontology Biomedical NER](https://huggingface.co/spaces/awacke1/Biomed-NLP-AI-Clinical-Terminology)
27
 
 
 
28
  ## Health Vocabularies, Systems of Coding, and Databases with Bibliographies
29
  ##__Keywords__:
30
 
 
68
  1. [DSM](https://www.psychiatry.org/psychiatrists/practice/dsm)
69
  2. [ICD](https://www.who.int/standards/classifications/classification-of-diseases)
70
  3. [CPT](https://www.ama-assn.org/practice-management/cpt/current-procedural-terminology-cpt)
 
71
  """)
72
 
73
  st.markdown("""
74
  1. # ๐Ÿ“šNatural Language Processing๐Ÿ”ค - ๐Ÿ—ฃ๏ธ๐Ÿค–๐Ÿ’ญ๐Ÿ’ฌ๐ŸŒ๐Ÿ”
75
+ 1. ๐Ÿค” **๐Ÿฉบโš•๏ธ Sentiment analysis** - Determine underlying sentiment of text. [Example](https://huggingface.co/spaces/awacke1/Sentiment-analysis-streamlit)
76
  2. ๐Ÿ“ **Named Entity Recognition (NER)** - Identify and classify named entities in text. [Example](https://huggingface.co/spaces/awacke1/Named-entity-resolution)
77
+ 3. ๐Ÿ”Š **๐Ÿฉบโš•๏ธAutomatic Speech Recognition (ASR)** - Transcribe spoken language into text.
78
+ # Advanced NLP ASR Examples:
79
+ 1. ๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/ASR-High-Accuracy-Test
80
+ 2. https://huggingface.co/spaces/awacke1/ASRGenerateStory
81
+ 3. ๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/TTS-STT-Blocks
82
+ 4. ๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/CloneAnyVoice
83
+ 5. https://huggingface.co/spaces/awacke1/ASR-SOTA-NvidiaSTTMozilla
84
  4. ๐ŸŒ **Machine translation** - Translate text between languages automatically. [Example](https://huggingface.co/spaces/awacke1/Machine-translation)
85
  5. ๐Ÿ“„ **Text summarization** - Automatically summarize large volumes of text. [Example](https://huggingface.co/spaces/awacke1/Text-summarization)
86
+ 6. โ“ **๐Ÿฉบโš•๏ธ Question answering** - Answer questions posed in natural language. [Example](https://huggingface.co/spaces/awacke1/Question-answering)
87
  7. ๐Ÿค– **Sentiment-aware chatbots** - Use sentiment analysis to detect user emotions and respond appropriately.
88
+ 8. ๐Ÿ“Š **๐Ÿฉบโš•๏ธ Text classification** - Classify text into different categories. [Example](https://huggingface.co/spaces/awacke1/sileod-deberta-v3-base-tasksource-nli)
89
+ 9. ๐Ÿ’ฌ **๐Ÿฉบโš•๏ธ Text generation** - Generate natural language text. [Example](https://huggingface.co/spaces/awacke1/Sentence2Paragraph)
90
  10. ๐Ÿ”Ž **Topic modeling** - Automatically identify topics in a large corpus of text. [Example](https://huggingface.co/spaces/awacke1/Topic-modeling)
91
  - Examples
92
  1. [NLP Video Summary](https://huggingface.co/spaces/awacke1/Video-Summary)
 
101
 
102
  st.markdown("""
103
  2. # ๐Ÿ”ฎGenerative AI๐Ÿ’ญ (๐ŸŽจImages and ๐Ÿ“Text) - ๐ŸŽต๐Ÿงฉ๐Ÿ”„๐Ÿ“Š๐ŸŒŒ
104
+ 1. ๐Ÿ†• **๐Ÿฉบโš•๏ธ Generation of new data**: Create new data that resembles existing data. [Example](https://huggingface.co/spaces/awacke1/GenAI-Generate-New-Data-Resembling-Example)
105
  2. ๐ŸŽจ **Creative potential**: Generate music, art, or literature. [Example](https://huggingface.co/spaces/awacke1/Creative-Potential-Music-Art-Lit)
106
  3. ๐Ÿ“Š **Data synthesis**: Synthesize data from multiple sources to create new datasets. [Example](https://huggingface.co/spaces/awacke1/Data-Synthesizer-Synthesize-From-Multiple-Sources)
107
+ 4. ๐Ÿ“ˆ **๐Ÿฉบโš•๏ธ Data augmentation**: Augment existing datasets to make them larger and more diverse. [Example](https://huggingface.co/spaces/awacke1/Data-Augmentation)
108
  5. ๐Ÿ”€ **Domain transfer**: Transfer knowledge learned from one domain to another.
109
  6. ๐Ÿ” **Unsupervised learning**: Learn patterns without labeled training data.
110
  7. ๐Ÿ”„ **Adaptive learning**: Adapt to changes in data over time.
 
131
  9. ๐Ÿ”– **Image classification**: Classify images into categories like animals, buildings, or landscapes.
132
  10. ๐ŸŽจ **Style transfer**: Apply the style of one image to another for unique and innovative results.
133
  - Examples
134
+ 1. ๐Ÿฉบโš•๏ธ Text-to-Image : [Image Classification](https://huggingface.co/spaces/awacke1/Prompt-Refinery-Text-to-Image-Generation)
135
  2. Image Captions from 5 SOTA Generators: [URL](https://huggingface.co/spaces/awacke1/ImageCaptionPromptGenerator)
136
+ 3. ๐Ÿฉบโš•๏ธ Image to Multilingual OCR: [URL](https://huggingface.co/spaces/awacke1/Image-to-Multilingual-OCR)
137
  4. WRN - Wide Residual Networks: [URL](https://huggingface.co/spaces/awacke1/ResnetPytorchImageRecognition)
138
  5. AI Document Understanding: [URL](https://huggingface.co/spaces/awacke1/AIDocumentUnderstandingOCR)
139
  6. Elixir Docker Bumblebee: [URL](https://huggingface.co/spaces/awacke1/DockerImageRecognitionToText)
 
147
  14. AI Creates Generator Style Mix Art from Encyclopedia: [URL](https://huggingface.co/spaces/awacke1/Art-Generator-and-Style-Mixer)
148
  15. BigGAN Image Gen and Search: [URL](https://huggingface.co/spaces/awacke1/AI-BigGAN-Image-Gen)
149
  16. Art Style Line Drawings: [URL](https://huggingface.co/spaces/awacke1/ArtStyleFoodsandNutrition)
150
+ 17. ๐Ÿฉบโš•๏ธ Yolo Real Time Image Recognition from Webcam: https://huggingface.co/spaces/awacke1/Webcam-Object-Recognition-Yolo-n-Coco
151
  """)
152
 
153
  st.markdown("""
 
191
  9. โ“ **Uncertainty**: Game Theory deals with uncertainty and incomplete information in the game. Traditional AI may not consider uncertainty.
192
  10. ๐ŸŒ **Complexity**: Game Theory deals with complex multi-agent interactions. Traditional AI may focus on single-agent optimization.
193
  - Examples
194
+ 1. ๐Ÿฉบโš•๏ธ Health Care Game: https://huggingface.co/spaces/awacke1/AI-RPG-Self-Play-RLML-Health-Battler-Game
195
+ 2. ๐Ÿฉบโš•๏ธ Sankey Snacks Math Chart Animator: https://huggingface.co/spaces/awacke1/Sankey-Snacks
196
  3. Blackjack 21 : https://huggingface.co/spaces/awacke1/BlackjackSimulatorCardGameAI
197
+ 4. Player Card Monster Battler: https://huggingface.co/spaces/awacke1/Player-Card-Monster-Battler-For-Math-and-AI
198
  5. Emojitrition: https://huggingface.co/spaces/awacke1/Emojitrition-Fun-and-Easy-Nutrition
199
  """)
200
 
 
211
  9. ๐Ÿ’ฅ **Multi-card play**: Use multiple cards at once to create powerful combos or synergies.
212
  10. ๐Ÿ—บ๏ธ **Tactical positioning**: Strategically place your cards on a game board or battlefield to gain an advantage.
213
  - Examples
214
+ 1. ๐Ÿฉบโš•๏ธ Game Activity Graph: https://huggingface.co/spaces/awacke1/CardGameActivity-GraphViz
215
+ - # Digraph is a class in the graphviz package that represents a directed graph.
216
+ 1. It is used to create graphs with nodes and edges.
217
+ 2. It can be customized with various styles and formatting options.
218
+ 3. This is an example of defining a Digraph with emojis for the node labels:
219
+ 2. ๐Ÿฉบโš•๏ธ SVG Card Generation: https://huggingface.co/spaces/awacke1/VizLib-SVGWrite-Streamlit
220
+ - # Scalable Vector Graphics (SVG) is an important language used in UI and graphic design.
221
+ 3. Game Mechanics Top 20: https://huggingface.co/spaces/awacke1/CardGameMechanics
222
+ 4. Game Mechanics Deep Dive: https://huggingface.co/spaces/awacke1/CardGameActivity
223
+ 5. Hexagon Dice: https://huggingface.co/spaces/awacke1/Hexagon-Dice-Fractal-Math-Game
224
+ 6. Dice Roll Game: https://huggingface.co/spaces/awacke1/Dice-Roll-Fractals-STEM-Math
225
+ 7. Pyplot Dice Game: https://huggingface.co/spaces/awacke1/Streamlit-Pyplot-Math-Dice-Game
226
  """)
227
 
228
 
229
  st.markdown("""
230
+
231
+ ## AI For Long Question Answering and Fact Checking [Example](๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/StreamlitWikipediaChat)
232
+ 1. ๐Ÿ–ฅ๏ธ First, we'll teach a smart computer to browse the internet and find information.
 
 
 
 
233
  - ๐Ÿง  It will be like having a super-smart search engine!
234
  2. ๐Ÿค– Then, we'll train the computer to answer questions by having it learn from how humans answer questions.
235
  - ๐Ÿค We'll teach it to imitate how people find and use information on the internet.
 
242
  """)
243
 
244
 
245
+
246
  st.markdown("""
247
  # Future of AI
248
  # Large Language Model - Human Feedback Metrics:
249
  **ROUGE** and **BLEU** are tools that help us measure how good a computer is at writing or translating sentences.
250
+ ## ๐Ÿฉบโš•๏ธ [ROUGE](https://huggingface.co/spaces/evaluate-metric/rouge)
251
+ ## ๐Ÿฉบโš•๏ธ [BLEU](https://huggingface.co/spaces/evaluate-metric/bleu)
252
  1. ROUGE looks at a sentence made by a computer and checks how similar it is to sentences made by humans.
253
  1. It tries to see if the important information is the same.
254
  2. To do this, ROUGE looks at the groups of words that are the same in both the computer's sentence
 
269
 
270
  st.markdown("""
271
  ๐Ÿ“Š Scoring Human Feedback Metrics with ROUGE and BLEU
272
+
273
  ๐Ÿ“ Using ROUGE
274
+
275
  Goal: Evaluate the quality of summarization and machine translation through measuring the similarity between a generated summary or translation and one or more reference summaries or translations.
276
+
277
  Method:
278
  - Calculate precision, recall, and F1-score of the n-gram overlap between the generated and reference summaries or translations.
279
  - Look for overlapping sequences of words (n-grams) between the generated and reference text.
 
281
  - Compute recall as the ratio of the number of overlapping n-grams to the total number of n-grams in the reference text.
282
  - Compute the F1-score as the harmonic mean of precision and recall.
283
  - ROUGE can be computed at different n-gram levels, including unigrams, bigrams, trigrams, etc., as well as at the sentence or document level.
284
+
285
  ๐ŸŒŽ Using BLEU
286
+
287
  Goal: Evaluate the quality of machine translation from one natural language to another by comparing a machine-generated translation to one or more reference translations.
288
+
289
  Method:
290
  - Calculate the modified precision score based on the ratio of matching n-grams to the total number of n-grams in the generated translation.
291
  - Compare the n-grams in the generated translation to those in the reference translations.
292
  - Count how many n-grams are in both the generated and reference translations.
293
  - BLEU can be computed at different n-gram levels, including unigrams, bigrams, trigrams, etc.
294
  - BLEU takes into account the length of the generated translation, as well as the brevity penalty (BP), which penalizes translations that are too short compared to the reference translations.
295
+
296
  ๐Ÿ“ˆ Human Feedback Metrics
297
+
298
  Goal: Measure the effectiveness of human feedback on improving machine-generated summaries and translations.
299
+
300
  Method:
301
  - Compare the ROUGE and BLEU scores of a machine-generated summary or translation before and after receiving human feedback.
302
+
303
  Example:
304
  1. Generate a summary or translation using a machine translation system.
305
  2. Calculate the ROUGE and BLEU scores for the machine-generated output.
 
311
 
312
 
313
  st.markdown("""
314
+ # ๐Ÿฉบโš•๏ธ Reinforcement Learning from Human Feedback (RLHF)
315
  ## ๐Ÿค– RLHF is a way for computers to learn how to do things better by getting help and feedback from people,
316
  - just like how you learn new things from your parents or teachers.
317
  ๐ŸŽฎ Let's say the computer wants to learn how to play a video game.
 
327
  -Over time, the computer gets better and better at playing the game, just like how you get better at things by practicing and getting help from others.
328
  ๐Ÿš€ RLHF is a cool way for computers to learn and improve with the help of people.
329
  -Who knows, maybe one day you can teach a computer to do something amazing!
330
+
331
+ # Examples
332
+
333
+ ## ๐Ÿฉบโš•๏ธ Hospital Visualizations
334
+ ๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/VizLib-TopLargeHospitalsMinnesota
335
+ ๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/VizLib-TopLargeHospitalsNewJersey
336
+ ๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/VizLib-TopLargeHospitalsMentalHealth
337
+ ๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/VizLib-GraphViz-Folium-MapTopLargeHospitalsinWI
338
+
339
+ # Card Game Activity
340
  https://huggingface.co/spaces/awacke1/CardGameActivity-GraphViz
341
  https://huggingface.co/spaces/awacke1/CardGameActivity-TwoPlayerAndAI
342
  https://huggingface.co/spaces/awacke1/CardGameActivity
343
  https://huggingface.co/spaces/awacke1/CardGameMechanics
344
+
345
  ## Scalable Vector Graphics (SVG)
346
  https://huggingface.co/spaces/awacke1/VizLib-SVGWrite-Streamlit
347
+
 
 
 
348
  ## Graph Visualization
349
  https://huggingface.co/spaces/awacke1/VizLib-GraphViz-SwimLanes-Digraph-ForMLLifecycle
350
+
351
  ## Clinical Terminology, Question Answering, Smart on FHIR
352
  https://huggingface.co/spaces/awacke1/ClinicalTerminologyNER-Refactored
353
+ ๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/Assessment-By-Organs
354
+ ๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/SMART-FHIR-Assessment-Test2
355
+ ๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/FHIRLib-FHIRKit
356
+ """)
357
+
358
+ st.markdown("""
359
+ # GraphViz - Knowledge Graphs as Code
360
+ ## Digraph is a class in the graphviz package that represents a directed graph.
361
+ 1. It is used to create graphs with nodes and edges.
362
+ 2. It can be customized with various styles and formatting options.
363
  """)
364
 
365
+ # Graph showing two player game theory:
366
 
367
  card_game_dot = Digraph()
368
  card_game_dot.node('start', shape='diamond', label='Start')
 
376
  card_game_dot.edge('player2', 'end')
377
  st.graphviz_chart(card_game_dot)
378
 
379
+ # Game Theory - Traditional AI processes
380
 
381
  game_theory_dot = Digraph()
382
  game_theory_dot.node('player1', shape='box', label='Player 1')
 
388
  game_theory_dot.edge('decision', 'outcome')
389
  st.graphviz_chart(game_theory_dot)
390
 
391
+ # Examples of AI
392
+
393
  examples_dot = Digraph()
394
  examples_dot.node('start', shape='diamond', label='Start')
395
  examples_dot.node('end', shape='diamond', label='End')
 
425
  st.graphviz_chart(examples_dot)
426
 
427
 
428
+ # Image Recognition
429
  image_recognition_dot = Digraph()
430
  image_recognition_dot.node('start', shape='diamond', label='Start')
431
  image_recognition_dot.node('end', shape='diamond', label='End')
 
438
  image_recognition_dot.edge('output', 'end')
439
  st.graphviz_chart(image_recognition_dot)
440
 
441
+ # Speech Recognition
442
  speech_recognition_dot = Digraph()
443
  speech_recognition_dot.node('start', shape='diamond', label='Start')
444
  speech_recognition_dot.node('end', shape='diamond', label='End')
 
451
  speech_recognition_dot.edge('output', 'end')
452
  st.graphviz_chart(speech_recognition_dot)
453
 
454
+ # Generative AI (images and text)
455
  generative_ai_dot = Digraph()
456
  generative_ai_dot.node('start', shape='diamond', label='Start')
457
  generative_ai_dot.node('end', shape='diamond', label='End')
 
464
  generative_ai_dot.edge('output', 'end')
465
  st.graphviz_chart(generative_ai_dot)
466
 
467
+ # Future of AI
468
  future_ai_dot = Digraph()
469
  future_ai_dot.node('start', shape='diamond', label='Start')
470
  future_ai_dot.node('end', shape='diamond', label='End')
 
490
 
491
 
492
  st.markdown("""
493
+
494
+ ๐Ÿค–๐Ÿ”ฅ Knowledge Graphs
495
+ ๐ŸŽฅ๐ŸŽผ๐ŸŒŸ๐Ÿ’ก๐ŸŽจ๐Ÿ”๐ŸŒŸ๐Ÿ“ˆ๐Ÿค–๐Ÿ’ป๐ŸŒŸ๐ŸŽญ๐ŸŽฅ๐ŸŽผ๐Ÿง‘โ€๐ŸŽ“๐Ÿงช๐Ÿง‘โ€๐Ÿ’ผ๐Ÿฉบ๐Ÿ› ๏ธ๐ŸŒณ๐Ÿ›๏ธ
496
+
497
+ ๐Ÿค–๐Ÿš€ AI-Powered ๐Ÿค–๐Ÿ”ฅ Knowledge Graphs Revolutionize ๐Ÿ“ˆ๐Ÿ’ฅ Learning, Science, Business, Medicine, Engineering, Environment and Government ๐ŸŒ๐Ÿ‘ฅ
498
+
499
+ ๐Ÿ“ข๐Ÿ‘€ Today, we are excited to announce the creation of
500
+ 7๏ธโƒฃ subgraphs that will redefine the way people think about
501
+ ๐Ÿ’ป๐Ÿค– AI-powered solutions. Developed by a team of leading experts in AI,
502
+ these subgraphs will help individuals and organizations achieve their goals more efficiently and effectively.
503
+
504
+ The subgraphs are designed to cater to different groups of people, including
505
+ ๐Ÿง‘โ€๐ŸŽ“ students,
506
+ ๐Ÿงช scientists,
507
+ ๐Ÿง‘โ€๐Ÿ’ผ business leaders,
508
+ ๐Ÿฉบ medical professionals,
509
+ ๐Ÿ› ๏ธ engineers,
510
+ ๐ŸŒณ environmentalists, and
511
+ ๐Ÿ›๏ธ government leaders.
512
+
513
+ Each subgraph is tailored to the specific needs and challenges of the group it serves.
514
+ For
515
+ ๐Ÿง‘โ€๐ŸŽ“ students, the subgraph includes Personalized Learning
516
+ ๐ŸŽ“, Intelligent Tutoring
517
+ ๐Ÿค–๐ŸŽ“, and Advanced Simulations ๐ŸŽฎ.
518
+
519
+ For ๐Ÿงช scientists, the subgraph includes Intelligent Automation ๐Ÿค–,
520
+ Intelligent Data Analysis ๐Ÿ“Š๐Ÿค–, and
521
+ Advanced Modeling & Simulation ๐ŸŽจ๐Ÿค–.
522
+
523
+ For ๐Ÿง‘โ€๐Ÿ’ผ business leaders, the subgraph includes
524
+ Predictive Analytics ๐Ÿ”ฎ,
525
+ Intelligent Automation ๐Ÿค–, and
526
+ Advanced Decision Support ๐Ÿง ๐Ÿ’ผ.
527
+
528
+ For ๐Ÿฉบ medical professionals, the subgraph includes
529
+ Personalized Treatment Plans ๐Ÿ’‰,
530
+ Intelligent Diagnosis & Prognosis ๐Ÿค–๐Ÿฉบ, and
531
+ Advanced Medical Imaging & Analysis ๐Ÿ“ˆ๐Ÿฉบ.
532
+
533
+ For ๐Ÿ› ๏ธ engineers, the subgraph includes
534
+ Intelligent Design ๐Ÿค–๐Ÿ› ๏ธ,
535
+ Advanced Simulations ๐ŸŽฎ๐Ÿ› ๏ธ, and
536
+ Autonomous Robots & Machines ๐Ÿค–๐Ÿš€๐Ÿ› ๏ธ.
537
+
538
+ For ๐ŸŒณ environmentalists, the subgraph includes
539
+ Intelligent Monitoring & Analysis ๐Ÿ“Š๐Ÿค–๐ŸŒณ,
540
+ Advanced Modeling ๐ŸŽจ๐ŸŒณ, and
541
+ Autonomous Systems ๐Ÿค–๐ŸŒณ.
542
+
543
+ For ๐Ÿ›๏ธ government leaders, the subgraph includes
544
+ Intelligent Policy Analysis & Optimization ๐Ÿ“ˆ๐Ÿง‘โ€๐Ÿ’ผ๐Ÿ›๏ธ,
545
+ Advanced Simulations ๐ŸŽฎ๐Ÿ›๏ธ, and
546
+ Predictive Analytics ๐Ÿ”ฎ๐Ÿ›๏ธ.
547
+
548
+ The subgraphs were designed using the latest AI technologies and are built on top of Dot language ๐Ÿ’ป.
549
+ With Dot, users can create rich and dynamic visualizations of the subgraphs, making them easier to understand and work with.
550
+
551
+ "Our team is thrilled to bring these subgraphs to the world," said the project leader. "
552
+ We believe that they have the potential to revolutionize the way people learn, work, and live.
553
+ We look forward to seeing the incredible things that people will achieve with them."
554
+
555
+ The subgraphs are available now, and users can start working with them immediately ๐Ÿš€.
556
+ To learn more, visit our website and see how you can benefit from these cutting-edge AI-powered solutions ๐Ÿค–๐Ÿ’ก.
557
 
558
  """)
559
 
 
671
  st.graphviz_chart(dot.source)
672
 
673
 
 
 
 
 
 
 
 
 
 
 
674
  # Create the second graph
675
  dot = Digraph()
676
  dot.attr(rankdir="TB") # Top to Bottom or LR Left to Right
 
817
  ]
818
  st.write(story)
819
 
 
 
 
 
 
 
 
 
 
 
 
 
 
820
 
821
  st.markdown("# Top 20 Movies About Artificial Super Intelligence")
822
  st.markdown("Here's a list of top 20 movies about artificial super intelligence, all released after 2012, in descending order of release date:")
 
833
  st.markdown("10. ๐Ÿค– [Upgrade](https://www.imdb.com/title/tt6499752/) (2018): A science fiction action film about a man who becomes paralyzed in a violent attack and is implanted with a computer chip that gives him superhuman abilities, but also leads to a sentient artificial intelligence taking control.")
834
  st.markdown("11. ๐Ÿค– [Ghost in the Shell](https://www.imdb.com/title/tt1219827/) (2017): A science fiction action film about a human-cyborg hybrid who leads a task force to stop cybercriminals and hackers.")
835
  st.markdown("12. ๐Ÿค– The Prototype (2017): A science fiction film about a government agency's experiment to create a humanoid robot with superhuman abilities, leading to questions about the nature of consciousness.")
 
 
 
 
 
 
 
836
  st.markdown("13. ๐Ÿค– The Humanity Bureau (2017): A post-apocalyptic science fiction film about a government agent who must decide the fate of a woman and her child, who are seeking refuge in a utopian community, where the citizens' identities are determined by an AI system.")
837
  st.markdown("14. ๐Ÿค– Chappie (2015): A science fiction film set in Johannesburg, about a sentient robot named Chappie who is stolen by gangsters and reprogrammed to commit crimes.")
838
  st.markdown("""
 
851
  st.markdown("19. ๐Ÿค– Oblivion (2013): A science fiction film about a drone repairman stationed on an Earth devastated by an alien invasion, who discovers a shocking truth about the war and his own identity.")
852
  st.markdown("20. ๐Ÿค– Transcendent Man (2012): A documentary film about the life and ideas of futurist and inventor Ray Kurzweil, who predicts the rise of artificial intelligence and the singularity.")
853
  st.markdown("""Start ๐ŸŽฅ: The documentary introduces:
854
+
855
  Name: Ray Kurzweil
856
  Emoji: ๐Ÿค–๐Ÿ“ˆ
857
+
858
  The robot emoji represents Kurzweil's work in the field of artificial intelligence and his vision for the future of human-machine interaction.
859
  The chart increasing emoji represents his work as a futurist and his belief in the exponential growth of technology.
860
  a futurist and inventor who has made groundbreaking contributions to fields such as
861
+ artificial intelligence, machine learning, and biotechnology.
862
+
863
  Kurzweil discusses his vision for the future of humanity, including his prediction of a
864
  technological singularity where humans and machines merge to create a new era of consciousness and intelligence.
865
+
866
  Middle ๐Ÿค–: The documentary explores Kurzweil's life and work in more detail, featuring interviews with his colleagues, friends, and family members, as well as footage from his public talks and presentations. Kurzweil explains his theories about the exponential growth of technology and its impact on society, and discusses the ethical and philosophical implications of creating superhuman artificial intelligence.
867
+
868
  End ๐ŸŒ…: The documentary concludes with a hopeful message about the potential of technology to solve some of the world's biggest problems, such as poverty, disease, and environmental degradation. Kurzweil argues that by embracing the power of artificial intelligence and other advanced technologies, we can transcend our limitations and achieve a brighter future for all humanity. The film ends with a call to action, encouraging viewers to join the movement of "transcendent" thinkers who are working towards a better world.
869
+
870
  """)