materiom / active-learning-api

API for active learning
MIT License
1 stars 0 forks source link

Deploy active learning demo env #11

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Deploy the active learning api, ready to be tested with front end

There is a docker file ready to go in the Repo, This should be build and pushed to dockerhub #2, and then loaded somewhere for deployement

liamreeves commented 2 years ago

I am trying to find a good place to host a test api

liamreeves commented 2 years ago

I can self host but CORS is so annoying to get around

peterdudfield commented 2 years ago

I can self host but CORS is so annoying to get around

ive put this code in https://github.com/materiom/active-learning-api/blob/main/src/main.py#L35, so I think it'll work from any address.

peterdudfield commented 2 years ago

I am trying to find a good place to host a test api

Can always put it on an ec2 mahcine in AWS?

liamreeves commented 2 years ago

It's been deployed to google cloud :)

peterdudfield commented 2 years ago

Cool - @liamreeves can you share the link?