2024-01-22 16:24:45 +08:00
|
|
|
# EmoLLM-心理健康大模型
|
2024-01-19 15:49:10 +08:00
|
|
|
|
2024-01-22 16:24:45 +08:00
|
|
|
该EmoLLM-心理健康大模型主要基于...
|
2024-01-19 15:49:10 +08:00
|
|
|
|
2024-01-22 16:01:23 +08:00
|
|
|
<!-- PROJECT SHIELDS -->
|
2024-01-19 15:49:10 +08:00
|
|
|
|
2024-01-22 16:01:23 +08:00
|
|
|
[![Contributors][contributors-shield]][contributors-url]
|
|
|
|
[![Forks][forks-shield]][forks-url]
|
|
|
|
[![Stargazers][stars-shield]][stars-url]
|
|
|
|
[![Issues][issues-shield]][issues-url]
|
|
|
|
[![MIT License][license-shield]][license-url]
|
|
|
|
[![LinkedIn][linkedin-shield]][linkedin-url]
|
2024-01-20 23:48:54 +08:00
|
|
|
|
2024-01-22 16:01:23 +08:00
|
|
|
<!-- PROJECT LOGO -->
|
|
|
|
<br />
|
2024-01-20 23:48:54 +08:00
|
|
|
|
2024-01-22 16:01:23 +08:00
|
|
|
<p align="center">
|
|
|
|
<a href="https://github.com/aJupyter/EmoLLM/">
|
|
|
|
<img src="images/logo.png" alt="Logo" width="80" height="80">
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<h3 align="center">EmoLLM</h3>
|
|
|
|
<p align="center">
|
|
|
|
<br />
|
|
|
|
<a href="https://github.com/aJupyter/EmoLLM"><strong>探索本项目的文档 »</strong></a>
|
|
|
|
<br />
|
|
|
|
<br />
|
2024-01-23 16:31:56 +08:00
|
|
|
<a href="https://github.com/aJupyter/EmoLLM/tree/main/demo">查看Demo</a>
|
2024-01-22 16:01:23 +08:00
|
|
|
·
|
|
|
|
<a href="https://github.com/aJupyter/EmoLLM/issues">报告Bug</a>
|
|
|
|
·
|
|
|
|
<a href="https://github.com/aJupyter/EmoLLM/issues">提出新特性</a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
本篇README.md面向开发者
|
|
|
|
|
|
|
|
## 目录
|
|
|
|
|
|
|
|
- [上手指南](#上手指南)
|
|
|
|
- [开发前的配置要求](#开发前的配置要求)
|
|
|
|
- [安装步骤](#安装步骤)
|
|
|
|
- [文件目录说明](#文件目录说明)
|
|
|
|
- [开发的架构](#开发的架构)
|
|
|
|
- [部署](#部署)
|
|
|
|
- [使用到的框架](#使用到的框架)
|
|
|
|
- [贡献者](#贡献者)
|
|
|
|
- [如何参与开源项目](#如何参与开源项目)
|
|
|
|
- [版本控制](#版本控制)
|
|
|
|
- [作者](#作者)
|
|
|
|
- [鸣谢](#鸣谢)
|
|
|
|
|
|
|
|
|
|
|
|
###### 开发前的配置要求
|
2024-01-23 16:18:47 +08:00
|
|
|
详见[部署要求](https://github.com/aJupyter/EmoLLM/tree/main/%E9%85%8D%E7%BD%AE%E8%A6%81%E6%B1%82)
|
2024-01-22 16:01:23 +08:00
|
|
|
|
|
|
|
###### **安装步骤**
|
|
|
|
|
|
|
|
1. Get a free API Key at [https://example.com](https://example.com)
|
|
|
|
2. Clone the repo
|
|
|
|
|
|
|
|
```sh
|
2024-01-22 16:24:45 +08:00
|
|
|
git clone https://github.com/aJupyter/EmoLLM.git
|
2024-01-22 16:01:23 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
### 文件目录说明
|
|
|
|
eg:
|
|
|
|
|
|
|
|
```
|
|
|
|
filetree
|
|
|
|
├── ARCHITECTURE.md
|
|
|
|
├── LICENSE.txt
|
|
|
|
├── README.md
|
|
|
|
├── /account/
|
|
|
|
├── /bbs/
|
|
|
|
├── /docs/
|
|
|
|
│ ├── /rules/
|
|
|
|
│ │ ├── backend.txt
|
|
|
|
│ │ └── frontend.txt
|
|
|
|
├── manage.py
|
|
|
|
├── /oa/
|
|
|
|
├── /static/
|
|
|
|
├── /templates/
|
|
|
|
├── useless.md
|
|
|
|
└── /util/
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 开发的架构
|
|
|
|
|
|
|
|
请阅读[ARCHITECTURE.md](https://github.com/aJupyter/EmoLLM/blob/master/ARCHITECTURE.md) 查阅为该项目的架构。
|
|
|
|
|
2024-01-23 16:18:47 +08:00
|
|
|
### demo部署
|
2024-01-22 16:01:23 +08:00
|
|
|
|
2024-01-23 16:18:47 +08:00
|
|
|
详见[demo](https://github.com/aJupyter/EmoLLM/demo)
|
2024-01-22 16:01:23 +08:00
|
|
|
|
|
|
|
### 使用到的框架
|
|
|
|
|
|
|
|
- [xxxxxxx](https://getbootstrap.com)
|
|
|
|
- [xxxxxxx](https://jquery.com)
|
|
|
|
- [xxxxxxx](https://laravel.com)
|
|
|
|
|
|
|
|
### 贡献者
|
|
|
|
|
|
|
|
请阅读**CONTRIBUTING.md** 查阅为该项目做出贡献的开发者。
|
|
|
|
|
|
|
|
#### 如何参与开源项目
|
|
|
|
|
|
|
|
贡献使开源社区成为一个学习、激励和创造的绝佳场所。你所作的任何贡献都是**非常感谢**的。
|
|
|
|
|
|
|
|
|
|
|
|
1. Fork the Project
|
|
|
|
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
|
|
|
|
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
|
|
|
|
4. Push to the Branch (`git push origin feature/AmazingFeature`)
|
|
|
|
5. Open a Pull Request
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 版本控制
|
|
|
|
|
|
|
|
该项目使用Git进行版本管理。您可以在repository参看当前可用版本。
|
|
|
|
|
|
|
|
### 作者
|
|
|
|
|
2024-01-23 16:31:56 +08:00
|
|
|
@xxxx
|
|
|
|
|
2024-01-22 16:01:23 +08:00
|
|
|
|
|
|
|
*您也可以在贡献者名单中参看所有参与该项目的开发者。*
|
|
|
|
|
|
|
|
### 版权说明
|
|
|
|
|
2024-01-23 16:31:56 +08:00
|
|
|
该项目签署了MIT 授权许可,详情请参阅 [LICENSE](https://github.com/aJupyter/EmoLLM/blob/master/LICENSE)
|
2024-01-22 16:01:23 +08:00
|
|
|
|
|
|
|
### 鸣谢
|
|
|
|
|
|
|
|
|
|
|
|
- [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet)
|
|
|
|
- [Img Shields](https://shields.io)
|
|
|
|
- [Choose an Open Source License](https://choosealicense.com)
|
|
|
|
- [GitHub Pages](https://pages.github.com)
|
|
|
|
- [Animate.css](https://daneden.github.io/animate.css)
|
|
|
|
- [xxxxxxxxxxxxxx](https://connoratherton.com/loaders)
|
|
|
|
|
|
|
|
<!-- links -->
|
|
|
|
[your-project-path]:aJupyter/EmoLLM
|
|
|
|
[contributors-shield]: https://img.shields.io/github/contributors/aJupyter/EmoLLM.svg?style=flat-square
|
|
|
|
[contributors-url]: https://github.com/aJupyter/EmoLLM/graphs/contributors
|
|
|
|
[forks-shield]: https://img.shields.io/github/forks/aJupyter/EmoLLM.svg?style=flat-square
|
|
|
|
[forks-url]: https://github.com/aJupyter/EmoLLM/network/members
|
|
|
|
[stars-shield]: https://img.shields.io/github/stars/aJupyter/EmoLLM.svg?style=flat-square
|
|
|
|
[stars-url]: https://github.com/aJupyter/EmoLLM/stargazers
|
|
|
|
[issues-shield]: https://img.shields.io/github/issues/aJupyter/EmoLLM.svg?style=flat-square
|
|
|
|
[issues-url]: https://img.shields.io/github/issues/aJupyter/EmoLLM.svg
|
|
|
|
[license-shield]: https://img.shields.io/github/license/aJupyter/EmoLLM.svg?style=flat-square
|
2024-01-23 16:18:47 +08:00
|
|
|
[license-url]: https://github.com/aJupyter/EmoLLM/blob/master/LICENSE
|
2024-01-22 16:01:23 +08:00
|
|
|
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
|
|
|
|
[linkedin-url]: https://linkedin.com/in/aJupyter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Star History
|
|
|
|
[![Star History Chart](https://api.star-history.com/svg?repos=aJupyter/EmoLLM&type=Date)](https://star-history.com/#aJupyter/EmoLLM&Date)
|