requirements and todo updates
Browse files- requirements.txt +3 -1
- todo.txt +1 -8
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
gradio[mcp]
|
3 |
smolagents
|
4 |
-
fastf1
|
|
|
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
gradio[mcp]
|
3 |
smolagents
|
4 |
+
fastf1
|
5 |
+
matplotlib
|
6 |
+
numpy
|
todo.txt
CHANGED
@@ -1,12 +1,5 @@
|
|
1 |
-
More info about the Gradio agent: https://www.gradio.app/guides/agents-and-tool-usage
|
2 |
-
- host agent using Modal labs
|
3 |
- Record demonstration using Loom and add link to README
|
4 |
* Demo the Gradio UI
|
5 |
* Demo the MCP client using Claude Desktop
|
6 |
* Demo the MCP client using mcp_client.py
|
7 |
-
* Add the Loom video embedded in the "About" tab
|
8 |
-
|
9 |
-
|
10 |
-
Side sponsor wins
|
11 |
-
- Modal labs choice (host a LLM on their platform using vLLM or ollama)
|
12 |
-
- Mistral AI choice (If using a large model, perhaps pick a Mistral one, Nebius offers a ~270B model from their API)
|
|
|
|
|
|
|
1 |
- Record demonstration using Loom and add link to README
|
2 |
* Demo the Gradio UI
|
3 |
* Demo the MCP client using Claude Desktop
|
4 |
* Demo the MCP client using mcp_client.py
|
5 |
+
* Add the Loom video embedded in the "About" tab
|
|
|
|
|
|
|
|
|
|