FastAPI结合Scikit-Learn和Docker部署机器学习模型
生成和训练二分类数据,一片好文章,带源码 FastAPI and Scikit-Learn: Easily D … Read more FastAPI结合Scikit-Learn和Docker部署机器学习模型
Python微信自动化AI机器人技术方案
2600元的副业单,微信AI机器人 需求 制作一个微信自动机器人,可以AI聊天,上传自己的知识库。 技术组件 … Read more Python微信自动化AI机器人技术方案
NtChat做微信自动化的Python库
https://github.com/billyplus/ntchat 有了ntchat,如果你想要给文件传输 … Read more NtChat做微信自动化的Python库
Python使用docxtpl生成多行多列Table的word
可以用for循环 Tables with dynamic count of columns. from doc … Read more Python使用docxtpl生成多行多列Table的word
Windows7安装Anaconda和Pycharm的版本
anaconda 安装了anaconda,就不用安装官方的python了。 Windows 7 Use the … Read more Windows7安装Anaconda和Pycharm的版本
Python的文件路径如果有反斜线应该加r字符
如果你的文件路径,形如:E:\mywork\mydata.txt 也就是说,里面有反斜线\ 那么,不能直接写路 … Read more Python的文件路径如果有反斜线应该加r字符