File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 11
11
<img src =" https://img.shields.io/badge/PyPi package-0.1.0-green.svg " alt =" pypi version " >
12
12
<img src =" https://img.shields.io/badge/License-Apache License 2.0-green.svg " alt =" license " >
13
13
<img src =" https://img.shields.io/badge/Libraries-tensorflow | numpy | seaborn | pandas-green.svg " alt =" libs " >
14
- <img src =" https://img.shields.io/badge/tests-all passing-green.svg " alt =" tests " >
15
14
</p >
16
15
17
16
The Python library that makes AI predictions simple.
@@ -35,3 +34,12 @@ Install via pip:
35
34
```
36
35
$ pip install pypredictor
37
36
```
37
+ To get examples, clone this repository and enter ` pypredictor/examples ` :
38
+ ```
39
+ $ git clone https://github.com/hamdivazim/pypredictor.git
40
+ $ cd pypredictor/examples
41
+ ```
42
+ anaconda support hopefully coming soon!
43
+
44
+ ## License
45
+ pypredictor is licensed by Hamd Waseem (codingboy_CW) under [ the Apache License 2.0] ( https://github.com/hamdivazim/pypredictor/blob/main/LICENSE ) .
You can’t perform that action at this time.
0 commit comments