awacke1 commited on
Commit
5303102
ยท
1 Parent(s): 7737ebd

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +53 -0
app.py ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.markdown(
4
+ '''
5
+ In the realm of patents, there's a place to be,\
6
+ A search engine that indexes them for you and me.\
7
+ [Google Patents](https://patents.google.com/) is its name,\
8
+ With keywords, numbers, and inventors, you'll find your claim.
9
+
10
+ From USPTO, EPO, and WIPO, it draws its lore,\
11
+ Abstracts, images, citations, it has much in store.\
12
+ So, venture forth, my friend, and see what you can find,\
13
+ In this patent world, where innovation's intertwined.
14
+
15
+ For those seeking knowledge of the U.S. patents' tale,\
16
+ The [USPTO Database](https://patft.uspto.gov/) will lift the veil.\
17
+ Full-text search capabilities, and images, you'll see,\
18
+ Uncover the inventions granted by the USPTO decree.
19
+
20
+ Title, abstract, claims, and more, search with ease,\
21
+ Inventors, assignees, classification codes, if you please.\
22
+ A wealth of information, in this database you'll find,\
23
+ A world of innovation, creativity combined.
24
+
25
+ The [EPO Espacenet](https://worldwide.espacenet.com/), a platform so grand,\
26
+ Over 120 million patent documents, at your command.\
27
+ EPO, USPTO, WIPO, and national offices too,\
28
+ A treasure trove of knowledge, waiting there for you.
29
+
30
+ Search with publication number, inventor, applicant, or code,\
31
+ Advanced features let you refine the search mode.\
32
+ Specific phrases or exclude terms, it's all within your reach,\
33
+ In Espacenet, a world of patents, there to teach.
34
+
35
+
36
+
37
+ ๐Ÿค–๐Ÿงช๐ŸŒ
38
+ ๐Ÿ”ฌ๐Ÿง ๐Ÿ’ก: RLHF & LAFAND-MT โžก๏ธ Efficient, accurate & flexible AI/ML systems
39
+ ๐Ÿ“š๐Ÿ’ฌ๐Ÿ†: Lambada benchmark โžก๏ธ Advanced NLP & NLU understanding
40
+ ๐Ÿ”๐Ÿ“–๐Ÿ”Š: MNLI (Text Inference) vs MMLU (Multimodal Understanding)
41
+ ๐Ÿ‹๏ธ๐ŸŒ๐Ÿค”: AGI challenges โžก๏ธ Generalization, computation, ethics
42
+ ๐Ÿ•ต๏ธ๐Ÿ”Ž๐Ÿงก: Interpretability, transparency & ethics in AI
43
+ ๐ŸŽ“๐ŸŽฎ๐Ÿค–: Reinforcement learning โžก๏ธ Evolution & role in complex AI
44
+ ๐Ÿšง๐Ÿ”œ๐ŸŒŒ: Limitations & future research for AGI
45
+ ๐Ÿงฉ๐Ÿค๐Ÿš€: Integrating AI architectures โžก๏ธ Holistic & robust AI/ML systems
46
+ ๐ŸŒŸ๐ŸŒ๐Ÿ’ผ: Promising applications & positive societal impact
47
+ ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ“š๐Ÿ”ง: Evolving role of AI/ML engineer & Chief Scientist
48
+
49
+
50
+
51
+
52
+ '''
53
+ )