上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 36 下一页

Auto-GPT学习笔记

摘要: 1. 官方文档 参考:https://docs.agpt.co/setup/ 2. 入门介绍 参考:https://blog.csdn.net/qq_45562377/article/details/130251727 阅读全文
posted @ 2023-08-23 13:13 朝朝暮Mu 阅读(30) 评论(0) 推荐(0)

jupyter notebook相关

摘要: centos使用jupyter notebook 参考:https://zhuanlan.zhihu.com/p/589702309 403 forbidden: https://blog.csdn.net/langyu1021/article/details/98482589 导出pdf 参考:h 阅读全文
posted @ 2023-08-22 16:58 朝朝暮Mu 阅读(26) 评论(0) 推荐(0)

flask项目结构参考

摘要: project_name/ ├── app/ │ ├── models/ │ ├── views/ │ ├── controllers/ │ ├── templates/ │ ├── static/ │ ├── forms/ │ ├── utils/ │ ├── __init__.py │ └── 阅读全文
posted @ 2023-08-22 16:04 朝朝暮Mu 阅读(40) 评论(0) 推荐(0)

flask使用flask_jwt_extended进行用户登录验证

摘要: ```python from datetime import timedelta from flask import Flask, jsonify, request from flask_jwt_extended import JWTManager, create_access_token, jwt 阅读全文
posted @ 2023-08-22 15:57 朝朝暮Mu 阅读(219) 评论(0) 推荐(0)

前端学习

摘要: 前端资源 参考:https://ant-design.antgroup.com/docs/resources-cn 经典静态网站框架 2.1 vuepress 2.2 zola 2.3 Hugo 2.4 wordpress 2.5 docify css框架 3.1 windicss 3.2 unoc 阅读全文
posted @ 2023-08-22 14:13 朝朝暮Mu 阅读(24) 评论(0) 推荐(0)

nginx+supervisor+flask

摘要: ```bash #! /bin/bash #1. 升级openSSL yum install -y zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gcc make lib 阅读全文
posted @ 2023-08-20 23:00 朝朝暮Mu 阅读(10) 评论(0) 推荐(0)

Java相关

摘要: 1. 安装maven 参考:https://blog.csdn.net/weixin_45626288/article/details/129729121 2. 安装homebrew 参考:https://huaweicloud.csdn.net/63a570ebb878a545459474e5.h 阅读全文
posted @ 2023-08-19 11:32 朝朝暮Mu 阅读(15) 评论(0) 推荐(0)

flask部署

摘要: 1. 导出项目依赖:https://blog.csdn.net/inthat/article/details/117026589 2. 升级openssl并安装python10 2.1 参考:https://blog.csdn.net/fjsupermouse/article/details/131 阅读全文
posted @ 2023-08-16 15:20 朝朝暮Mu 阅读(13) 评论(0) 推荐(0)

gunicorn学习笔记

摘要: 1. 官方文档:https://docs.gunicorn.org/en/stable/ 2. 部署flask相关 2.1 参考:https://blog.csdn.net/qq_41608408/article/details/126110746 2.2 参考:https://blog.csdn. 阅读全文
posted @ 2023-08-16 13:07 朝朝暮Mu 阅读(22) 评论(0) 推荐(0)

Langchain学习

摘要: 1. 本地模型 1.1 PrivateGPT 1.2 GPT4All : https://github.com/nomic-ai/gpt4all 1.3 DeepLake: https://docs.activeloop.ai/ 阅读全文
posted @ 2023-08-12 18:54 朝朝暮Mu 阅读(42) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 36 下一页