awacke1 commited on
Commit
e35a456
ยท
verified ยท
1 Parent(s): 0eb88d6

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +59 -0
app.py ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+ st.markdown('''
3
+
4
+ 1. Productivity
5
+ - Agents that act as systems of action which complete common tasks.
6
+ - Voice first apps
7
+ - Apps that provide in flow assistance avoiding context switches or breaks in flow of work.
8
+ 2. Consumer Founders
9
+ - AI creates opportunities for challengers
10
+ - The what if it works is gigantic.
11
+ - Culture x technology are converging
12
+ 3. Working
13
+ - Consumer can be observed but not predicted - product magic and founder intuition
14
+ - Culture shift plus platform shift intersection
15
+ - Extreme product wins with word of mouth
16
+ 4. Creativity and Productivity
17
+ - Content Generation - Creativity and Craft Imagination.
18
+ - Content Editing - Compose, Refine and Remix.
19
+ - Productivity Tools - Take Action For Us
20
+ 5. Content Generation
21
+ - Magic to solve creativity / writers block - no blank page problem to starting
22
+ - Accessible open source models on Huggingface
23
+ - Creating Remixable Outputs
24
+
25
+ ## Inputs
26
+ ๐Ÿ“ ๐Ÿ“– ๐Ÿ“ท ๐Ÿ–ผ๏ธ ๐ŸŽ™๏ธ ๐ŸŽง ๐ŸŽฅ ๐Ÿ“น
27
+
28
+ ## Outputs
29
+ ๐Ÿ’ฌ โœ๏ธ ๐ŸŽจ ๐ŸŒ„ ๐ŸŽต ๐ŸŽถ ๐Ÿ“ผ ๐Ÿฟ
30
+
31
+ ## Health
32
+ ๐Ÿ’‰ ๐Ÿฉบ ๐Ÿฅ ๐Ÿš‘ ๐Ÿ’Š ๐Ÿฉน ๐Ÿงฌ ๐Ÿ”ฌ ๐ŸŒก๏ธ ๐Ÿ
33
+
34
+ ## Learning
35
+ ๐Ÿ“š ๐Ÿง  ๐Ÿ‘ฉโ€๐ŸŽ“ ๐Ÿ“ ๐Ÿ” ๐Ÿ“Š ๐Ÿ“‹ ๐Ÿ–‹๏ธ ๐Ÿ‘จโ€๐Ÿซ ๐Ÿงฉ
36
+
37
+ ## AI
38
+ ๐Ÿค– ๐Ÿ‘พ ๐Ÿ’ป ๐Ÿงฎ ๐Ÿ“ก ๐Ÿ”‹ ๐Ÿ•น๏ธ ๐Ÿ–ฅ๏ธ ๐Ÿง‘โ€๐Ÿ’ป ๐Ÿ‘จโ€๐Ÿ”ฌ
39
+
40
+ ## Writing
41
+ โœ๏ธ ๐Ÿ“ ๐Ÿ–Š๏ธ ๐Ÿ–‹๏ธ ๐Ÿ“– ๐Ÿ“š ๐Ÿ”– ๐Ÿ““ โœ’๏ธ ๐Ÿ“œ
42
+
43
+ ## Coding
44
+ ๐Ÿ’ป ๐Ÿ–ฅ๏ธ ๐Ÿ”ง ๐Ÿ“Š ๐Ÿ“ˆ ๐Ÿ‘จโ€๐Ÿ’ป ๐Ÿง‘โ€๐Ÿ’ป โŒจ๏ธ ๐Ÿ–ฑ๏ธ ๐Ÿ‘ฉโ€๐Ÿ’ป
45
+
46
+ ## Remix
47
+ ๐ŸŽ›๏ธ ๐ŸŽš๏ธ ๐ŸŽง ๐Ÿ”Š ๐Ÿ“€ ๐Ÿ’ฟ ๐ŸŽถ ๐ŸŽต ๐Ÿ“ป ๐ŸŽค
48
+
49
+ ## Movies
50
+ ๐ŸŽฌ ๐Ÿฟ ๐ŸŽฅ ๐Ÿ“ฝ๏ธ ๐ŸŽž๏ธ ๐Ÿ“บ ๐Ÿ“ผ ๐Ÿ”Š ๐Ÿ–ฅ๏ธ ๐Ÿ’ป
51
+
52
+ ## Video
53
+ ๐ŸŽฅ ๐Ÿ“น ๐Ÿ“ผ ๐Ÿ“บ ๐ŸŽฌ ๐Ÿ–ฅ๏ธ ๐Ÿ’ป ๐ŸŽž๏ธ ๐Ÿ“ฝ๏ธ ๐Ÿ”Š
54
+
55
+ ## Audio
56
+ ๐ŸŽต ๐ŸŽถ ๐ŸŽง ๐Ÿ“ป ๐ŸŽค ๐Ÿ”Š ๐ŸŽ™๏ธ ๐ŸŽš๏ธ ๐ŸŽ›๏ธ ๐Ÿ’ฟ
57
+
58
+
59
+ ''')