我的 ml 应用程序基于 Flask,它以 pdf 作为输入,让用户提出问题并利用 BERT 模型来回答它,
到目前为止,它在本地运行良好,但在部署方面运气不佳,我尝试了 vercel、pythonanywhere 但没有任何效果,欢迎您为部署做出贡献
github 仓库https://github.com/MohdSiddiq12/Natural-Language-Question-Answering-System
AWS 有一个非常好的 Elastic Beanstalk 部署指南,对我来说非常有用: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-python-flask.html
该指南确实告诉您如何设置 Flask 应用程序,但您可以跳过:)
此外,如果您之前没有使用过 Elastic beanstalk,可能从这里开始:https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/GettingStarted.html