hbfreed commited on
Commit
c9a9e98
1 Parent(s): 2b37f62

added to about

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -136,8 +136,10 @@ with gr.Blocks(title="Picklebot") as demo:
136
 
137
  with gr.Tab("About"):
138
  gr.Markdown(value=
139
- """Picklebot is a 3D Convolutional Neural Network that classifies baseball pitches as balls or strikes.
140
- It was trained on the [Picklebot-50K Dataset](https://huggingface.co/datasets/hbfreed/Picklebot-50K),
141
- comprised of over fifty thousand pitches to achieve ~80% accuracy.""")
 
 
142
  if __name__ == "__main__":
143
  demo.launch()
 
136
 
137
  with gr.Tab("About"):
138
  gr.Markdown(value=
139
+ """Picklebot is a 3D Convolutional Neural Network based on MobileNetV3 that classifies baseball pitches as balls or strikes.
140
+ The network was trained on the [Picklebot-50K Dataset](https://huggingface.co/datasets/hbfreed/Picklebot-50K),
141
+ comprised of over fifty thousand pitches to achieve ~80% accuracy.
142
+ Here's the [GitHub](https://github.com/hbfreed/Picklebot) for the project.
143
+ Here's my LinkedIn: [Henry Freed](https://www.linkedin.com/in/hbfreed/)""")
144
  if __name__ == "__main__":
145
  demo.launch()