# bgk-ai-server **Repository Path**: biguokang/bgk-ai-server ## Basic Information - **Project Name**: bgk-ai-server - **Description**: 一个基于node.js的ai服务器,调用了百度ai、腾讯ai等接口,用于给博客提供图片识别功能 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 硬广植入:本人自己搭建了个git代码托管服务器,各位大佬可以在我的git服务器里建立免费的私有库,也可以作为备用代码储存点,毕竟github总是会出问题的,本git服务器架设在华为云的广州节点上,git代码托管地址如下: http://gayhub.fun (ps.本人不是基佬) --- # 项目简介 本项目是我个人网站[Alpaca Bi的个人博客](https://biguokang.cn)的实现live2d小人的图片识别功能的后台server,基于node.js开发,主要用来处理发上来的图片 # 安装与使用方法 ### 安装过程 1. 在你的项目目录下,使用`git clone https://github.com/biguokang/bgk-ai-server.git `命令 2. 下载完成后,进入目录,输入`npm install`命令 3. 之后输入`node server.js`,server服务器就跑起来了!!!