Python Web MicroService
Budget: $30 – $250 SGD
I have a model (coded in python) that provides signals and modelling analysis.
I wish to set-up where it is accessible to friends/clients/interested-parties via a web-based API.
Specifically, what I need would be
1. Setting up a virtual environment that is run on my local machine (with internet connection), that would be running my python-model
2. Allow external parties to submit data/arguments/requests to my local-hosted service (such as http://000.00.0000./xxx/xxx/xxx/xxx)
3. The above (2) would feed into my local-hosted (for now) and use my python model.
4. The python model would return the data/analysis-numbers back in the form of (either) json/txt/xml etc. The client probably would be using something like python 'request.get(URL)' and 'request.get(URL).json()'
I wish to set-up where it is accessible to friends/clients/interested-parties via a web-based API.
Specifically, what I need would be
1. Setting up a virtual environment that is run on my local machine (with internet connection), that would be running my python-model
2. Allow external parties to submit data/arguments/requests to my local-hosted service (such as http://000.00.0000./xxx/xxx/xxx/xxx)
3. The above (2) would feed into my local-hosted (for now) and use my python model.
4. The python model would return the data/analysis-numbers back in the form of (either) json/txt/xml etc. The client probably would be using something like python 'request.get(URL)' and 'request.get(URL).json()'