-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (78 loc) · 3.79 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="stylesheet.css">
<meta name="description" content="Kevin Li's personal website">
<title>
Kevin Li
</title>
</head>
<body>
<div class="main_body">
<div>
<h1 id="main_title">
Kevin Li
</h1>
<h2>About</h2>
<p>
Hi I'm Kevin! I'm currently a senior at The University of Texas at Austin where I'm studying Electrical and Computer Engineering with a focus on Computer Architecutre/Embedded Systems.
<br>
<br>
This past summer I worked at Palantir as a software engineering intern in NYC working on the edge pipelines team, while also building on <a href="https://github.com/kingjulio8238/memary">memary</a>, an open-source longterm memory for autonomous agents.
<br>
<br>
Previously I spent a summer helping build edge CV applications at <a href="https://overview.ai">Overview</a>.
<br>
<br>
Want to reach me/interested in anything that I've worked on? Shoot me an email at:
<br>
<code style="font-size: 15px;">
</code>
<br>
<br>
<a href="https://www.linkedin.com/in/kevin-li-1724331b6/">
<img src="https://cdn-icons-png.freepik.com/512/91/91935.png" alt="linkedin logo">
</a>
<a href="https://github.com/kevinl424">
<img src="https://i.pinimg.com/originals/b5/1b/78/b51b78ecc9e5711274931774e433b5e6.png" alt="github logo">
</a>
</p>
</div>
<div>
<h2>Projects</h2>
<p>
Here's some cool stuff I've worked on (or am still iterating on).
<br>
<section>
<div class="section_title">
<a href="https://github.com/kingjulio8238/memary">memary</a>
</div>
Longterm memory for autonomous agents built with LlamaIndex. Leverages LLM agents, knowledge graphs, entity knowledge stores, and memory streams to support agent recall.
</section>
<hr>
<section>
<div class="section_title">
<a href="https://drive.google.com/file/d/1gNm89nWZgXHPR57lL_FEmFAepSgJJ-Ud/view?usp=drive_link">Anti-Recommendation Recommendation System (ARRS)</a>
</div>
Playlist creation to combat existing stagnant recommendations from Spotify using Next.js.
</section>
<hr>
<section>
<div class="section_title">
<a href="https://github.com/kevinl424/ReceiptOCR">Reciept OCR Platform</a>
</div>
Service to scan reciepts, itemize them, and split costs using Pytesseract.
</section>
<hr>
<section>
<div class="section_title">
<a href="https://youtu.be/7N1Yr-JW9_U?si=ugMRZfmW8YDBw6go">Piano Tiles</a>
</div>
Embedded version of piano tiles built on TM4C microcontroller using C++.
</section>
</p>
</div>
</div>
</body>
</html>