awacke1 commited on
Commit
00b143b
Β·
verified Β·
1 Parent(s): acdc391

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +33 -2
app.py CHANGED
@@ -3,6 +3,39 @@ import streamlit as st
3
  st.markdown('''
4
  ## Outline Enhanced with Emojis
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  1. Productivity πŸš€
7
  - πŸ€– Agents that act as systems of action which complete common tasks.
8
  - πŸŽ™οΈ Voice first apps
@@ -65,8 +98,6 @@ st.markdown('''
65
 
66
 
67
  # Remixable and Evolvable Inputs and Outputs:
68
-
69
-
70
  ## Inputs
71
  πŸ“ πŸ“– πŸ“· πŸ–ΌοΈ πŸŽ™οΈ 🎧 πŸŽ₯ πŸ“Ή
72
 
 
3
  st.markdown('''
4
  ## Outline Enhanced with Emojis
5
 
6
+ "Today's luxuries are tomorrow's commodities"
7
+ "App Builders Drive AI Boom By Finding and Delivering Problem Solving in these areas."
8
+ "System Action Agents (SAA) to do your Tasks on Your Computer and Your Phone"
9
+
10
+ # If we could have only four?
11
+ 1. "Voice and Speech Apps that Listen to You at Speed, Scale, and Pervasiveness"
12
+ 2. "Memory and System Action Agents that Personalize What You Need and How To Do It"
13
+ 3. "Video and Image Apps That Recognize you, Your Mood, Your Gestures"
14
+ 4. "Mixable Memory and Asset Apps That Track Entities Across Systems and Media Types Mixing Modalities"
15
+
16
+ # Psychology of Learning: Interaction Speeds πŸ§ πŸ’¨
17
+
18
+ 1. πŸ“– Reading Speed
19
+ - Minimum: 🐒 Around 100-200 words per minute (wpm) for average readers.
20
+ - Maximum: πŸš€ Up to 1000-1700 wpm for speed readers with comprehension.
21
+
22
+ 2. ⌨️ Typing Speed
23
+ - Minimum: 🐒 Approximately 20 wpm for casual typists.
24
+ - Maximum: πŸš€ Up to 200 wpm for professional typists in short bursts.
25
+
26
+ 3. ✍️ Writing Speed
27
+ - Minimum: 🐒 Roughly 13-20 wpm for neat handwriting.
28
+ - Maximum: πŸš€ Around 40 wpm for fast, legible cursive writing.
29
+
30
+ 4. 🎧 Listening Speed
31
+ - Minimum: 🐒 About 150-160 wpm is comfortable for processing and understanding.
32
+ - Maximum: πŸš€ Up to 450 wpm can be comprehended by trained individuals.
33
+
34
+ 5. πŸ€” Inner Voice Speed
35
+ - Minimum: 🐒 Estimated 4000 wpm for slower, more deliberate internal dialogues.
36
+ - Maximum: πŸš€ Over 10000 wpm for rapid, subconscious thought processes.
37
+
38
+
39
  1. Productivity πŸš€
40
  - πŸ€– Agents that act as systems of action which complete common tasks.
41
  - πŸŽ™οΈ Voice first apps
 
98
 
99
 
100
  # Remixable and Evolvable Inputs and Outputs:
 
 
101
  ## Inputs
102
  πŸ“ πŸ“– πŸ“· πŸ–ΌοΈ πŸŽ™οΈ 🎧 πŸŽ₯ πŸ“Ή
103