Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
parkerjj
/
BuckLakeAI
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
068fdbc
BuckLakeAI
Ctrl+K
Ctrl+K
1 contributor
History:
55 commits
parkerjj
优化应用初始化逻辑,使用异步上下文管理器处理生命周期;改进模型加载机制,添加线程锁以确保线程安全;更新 Gunicorn 配置以提高性能和稳定性
068fdbc
8 months ago
.vscode
Uploading Model
10 months ago
model
Uploading Model
10 months ago
.gitattributes
Safe
1.73 kB
Change to Docker
10 months ago
.gitignore
Safe
3.81 kB
Uploading Model
10 months ago
Dockerfile
Safe
1.3 kB
修改启动命令为 Gunicorn,添加 Gunicorn 配置文件,移除 Uvicorn 启动逻辑,更新依赖项以支持 Gunicorn
8 months ago
README.md
Safe
240 Bytes
Change to Docker
10 months ago
RequestModel.py
Safe
221 Bytes
Daily Update, First Release for model 1012
9 months ago
app.py
Safe
2.3 kB
优化应用初始化逻辑,使用异步上下文管理器处理生命周期;改进模型加载机制,添加线程锁以确保线程安全;更新 Gunicorn 配置以提高性能和稳定性
8 months ago
blkeras.py
Safe
26.6 kB
优化应用初始化逻辑,使用异步上下文管理器处理生命周期;改进模型加载机制,添加线程锁以确保线程安全;更新 Gunicorn 配置以提高性能和稳定性
8 months ago
config.py
Safe
65 Bytes
First Commit for test Hugging face platform
10 months ago
gunicorn.conf.py
Safe
1.61 kB
优化应用初始化逻辑,使用异步上下文管理器处理生命周期;改进模型加载机制,添加线程锁以确保线程安全;更新 Gunicorn 配置以提高性能和稳定性
8 months ago
model_build.py
Safe
11.1 kB
重构 preprocess.py 和 us_stock.py,优化模型加载逻辑,更新日期处理方式,添加历史数据处理函数以增强数据完整性
9 months ago
preprocess.py
Safe
23.2 kB
优化预测函数的错误处理逻辑,返回空列表以替代错误信息;增加对空文本和股票代码的处理,确保输入有效性
8 months ago
requirements.txt
Safe
267 Bytes
修改启动命令为 Gunicorn,添加 Gunicorn 配置文件,移除 Uvicorn 启动逻辑,更新依赖项以支持 Gunicorn
8 months ago
us_stock.py
Safe
16.8 kB
优化获取股票最新价格的函数,增加重试机制和错误处理,改进缓存逻辑以提高稳定性
8 months ago