We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac64c54 commit dd2793cCopy full SHA for dd2793c
1 file changed
README.md
@@ -14,15 +14,15 @@ pip install edge-ml
14
### Retrieve Project
15
This functionality comes in handy if you would like to train a machine learning model from edge-ml data.
16
```python
17
-import edgeml
+from edgeml import edgeml
18
19
# get the API key from the settings of your project
20
project = edgeml.getProject("https://app.edge-ml.org", PROJECT_API_KEY)
21
```
22
23
### Push Data from Python
24
25
26
import time
27
28
key = "YOUR_API_KEY"
0 commit comments