From 7051d088f4a3928f55c08f2ac3c946c0ffe716af Mon Sep 17 00:00:00 2001 From: ShivamSingh8853 Date: Tue, 14 Mar 2023 20:26:27 +0530 Subject: [PATCH] Added New ML API Also removed API with broken link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7348891..b86f52e8 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,6 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [AdoptAPet](https://www.adoptapet.com/public/apis/pet_list.html) | Resource to help get pets adopted | `apiKey` | Yes | Yes | -| [Axolotl](https://theaxolotlapi.netlify.app/) | Collection of axolotl pictures and facts | No | Yes | No | | [Cat Facts](https://alexwohlbruck.github.io/cat-facts/) | Daily cat facts | No | Yes | No | | [Cataas](https://cataas.com/) | Cat as a service (cats pictures and gifs) | No | Yes | No | | [Cats](https://docs.thecatapi.com/) | Pictures of cats from Tumblr | `apiKey` | Yes | No | @@ -1177,6 +1176,7 @@ API | Description | Auth | HTTPS | CORS | | [Perspective](https://perspectiveapi.com) | NLP API to return probability that if text is toxic, obscene, insulting or threatening | `apiKey` | Yes | Unknown | | [Roboflow Universe](https://universe.roboflow.com) | Pre-trained computer vision models | `apiKey` | Yes | Yes | | [SkyBiometry](https://skybiometry.com/documentation/) | Face Detection, Face Recognition and Face Grouping | `apiKey` | Yes | Unknown | +| [TF Probability](https://www.tensorflow.org/probability)|Provides information of how to use the TensorFlow Probability API to build and train probabilistic machine learning models| 'apikey' |Yes|Unknown| | [Time Door](https://timedoor.io) | A time series analysis API | `apiKey` | Yes | Yes | | [Unplugg](https://unplu.gg/test_api.html) | Forecasting API for timeseries data | `apiKey` | Yes | Unknown | | [WolframAlpha](https://products.wolframalpha.com/api/) | Provides specific answers to questions using data and algorithms | `apiKey` | Yes | Unknown |