Using Clients to make a website to use your algorithm
Algorithm Clients
- There are many different languages that you can use to make a website, python code with a Django/Flask server, JQuery Sample Code with a Javascript backend, or generate other language clients with Swagger
- Python: Depending on data flowing a variety of ways to input and output the data into and out of the algorithm are generated.
- Curl: Command Line version using the algorithm.
- JQuery: A JavaScript example website is generated to access and use the algorithm.
- Swagger File: Allows for Clients in any language to be generated.