-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibraries.html
More file actions
145 lines (117 loc) · 5.66 KB
/
Copy pathlibraries.html
File metadata and controls
145 lines (117 loc) · 5.66 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html>
<head>
<title>SHEP AI</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="shortcut icon" href="assets/test1.ico" type="favicon/ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
</head>
<body class="backgroundC">
<div class="topnav">
<p class="title" align="center">Dexter Shepherd</p>
<a align="left" class="topnavlogo"><img src="assets/eyeT.png" width="50px" height="50px"></a>
<a class="topnavleft" href="index.html">Home</a>
<a class="topnavleft" href="index.html#about">About</a>
<a class="topnavleft" href="downloads.html">Downloads</a>
<a class="topnavleft" href="contact.html">Contact</a>
<br>
<!-- <a align="right" href="https://www.facebook.com/SHEP-AI-101118428133298/" class="fa fa-facebook"></a>
<a align="right" href="https://twitter.com/ai_shep" class="fa fa-twitter"></a>
<a align="right" href="https://www.instagram.com/shep.ai/" class="fa fa-instagram"></a>
<a align="right" href="https://www.youtube.com/channel/UCQr_MHaJ53feVK19lDKDxCQ?view_as=subscriber" class="fa fa-youtube"></a> -->
<a align="right" href="https://www.linkedin.com/in/dexter-shepherd-1a4a991b8/" class="fa fa-linkedin"></a>
<a align="right" href="https://scholar.google.com/citations?hl=en&user=hJSy6CYAAAAJ" class="ai ai-google-scholar ai-2x"></a>
<a align="right" href="https://github.com/shepai" class="fa fa-github"></a>
<a class="topnavright" class="search-container"><input id="searchbar" type="text" placeholder="Search.." name="search"></a>
<a href="#" class="topnavright"><i onclick="search()" class="searchIco icon fa fa-search"></i></a>
<script src="search.js">
</script>
</div>
<!-- the eye shaped menu -->
<table align="center" class="greyBox">
<th class="textInfo2 leftText"><h3>OpenEduBot</h3>
<p class="textInfo">Tools for MicroPython educational robots for teaching in schools
</p></th>
<th id="ic1"><a href="https://github.com/shepai/OpenEduBot/"><div class="iconPage">
<img onmouseover="select('ic1')" class="imageCircle2" src="assets/openEdu.jpg">
</a></th>
<th id="ic3"><a href="https://github.com/shepai/Circuit-Python-ML"><div class="iconPage">
<img onmouseover="select('ic1')" class="imageCircle2" src="assets/tutorials/46090.jpg">
</a></th>
<th class="textInfo2 leftText"><h3>CircuitPython Machine learning library</h3>
<p class="textInfo">Tools for neural network support on machine embedded circuitpython devices
</p></th>
</table>
<table align="center">
<th class="textInfo2 rightText"><h3>TacTip gym</h3>
<p class="textInfo">Gym environment for attaching soft-bodied TacTip simulations
</p>
</th>
<th id="ic4"><a href="dev/tactip-gym.html"><div class="iconPage">
<img onmouseover="select('ic4')" class="imageCircle2" src="https://raw.githubusercontent.com/shepai/tactip-gym/refs/heads/main/assets/examplearm.png">
</div></a></th>
<th id="ic2"><a href=""><div align="center" class="iconPage">
<img onmouseover="select('ic2')"class="imageCircle" src="assets/python.png">
</div></a></th>
<th id="ic5"><a href="dev/ball.html"><div align="center" class="iconPage">
<img onmouseover="select('ic5')"class="imageCircle2" src="https://raw.githubusercontent.com/shepai/tactile-ball-robot/refs/heads/main/assets/ball2.png">
</div></a></th>
<th class="textInfo2 leftText">
<h3>Ball gym</h3>
<p class="textInfo">An environment for the tactile ball chassis we developed.
</p>
</th>
<!-- -->
</table>
<table align="center">
<th class="textInfo2 rightText"><h3>Robot Feet Library</h3>
<p class="textInfo">Library for reading PressTip and TacTip sensors
</p></th>
<th id="ic1"><a href="https://github.com/shepai/Robot_foot"><div class="iconPage">
<img onmouseover="select('ic1')" class="imageCircle2" src="assets/development/presstip.jpg">
</a></th>
<th id="ic7"><a href="https://github.com/shepai/emotional-blackmail-error-correction"><div align="center" class="iconPage">
<img onmouseover="select('ic7')"class="imageCircle2" src="assets/face2.png">
</div></a></th>
<th class="textInfo2 leftText">
<h3>AI debugger gaslight</h3>
<p class="textInfo">A 'fun' program that runs in the backgrond, where trying to kill your code results in a LLM trying to reason to live
</p></th>
</table>
<table align="center">
<th class="textInfo2 rightText"><h3>Python chatbot library</h3>
<p class="textInfo">An old project (pre-LLM) which takes in an array of different inputs and processes them in a network of files
</p>
</th>
<th id="ic4"><a href="library.html"><div class="iconPage">
<img onmouseover="select('ic4')" class="imageCircle2" src="assets/SHEPpython2.png">
</div></a></th>
<th id="ic2"><a href=""><div align="center" class="iconPage">
<img onmouseover="select('ic2')"class="imageCircle" src="assets/python.png">
</div></a></th>
<th id="ic5"><a href="AIlib.html"><div align="center" class="iconPage">
<img onmouseover="select('ic5')"class="imageCircle2" src="assets/SHEPpython.png">
</div></a></th>
<th class="textInfo2 leftText">
<h3>Python AI Library</h3>
<p class="textInfo">A self learning through conversation bot (pre-LLM)
</p>
</th>
<!-- -->
</table>
<div class="mobileTable">
<h3 align="center" class="contentText">Press icons to find out more...</h3>
</div>
<!-- the main content -->
<!--<tr class="sizeBox" style="background-image:url('backgrounds/blue2.jpg');"> -->
</div></div>
</body>
<script>
var current='ic2'; //the start item
function select(name)
{
}
</script>
</html>