Giter Site home page Giter Site logo

fishpond's Introduction


Logo

鱼塘

基于网页微信的养鱼插件

Table of Contents

About The Project

screenshot2 screenshot3

常年被养鱼突然有感而发,为何不把 NLP 技术用于养鱼,通过模型评测每一句聊天,给出对应的情感分析数据

Built With

Getting Started

先要安装tampermonkey或者其他类似的工具。

然后把 repo 里的fishpond.js丢到用户脚本里面并启用。

然后需要启动 NLP 模型服务器

clone the repo
cd fishpond_sentiment_analysis
uvicorn main:app --host 0.0.0.0 --log-level debug

然后登录网页微信即可使用。

Prerequisites

  • snownlp
pip install snownlp
  • fastapi
pip install fastapi

Roadmap

See the open issues for a list of proposed features (and known issues).

目前得做个看板用来统计各个鱼儿的情感曲线以及平均回复时间,统计这个是想看看塘主有没有什么特征,例如平均回复时间可能>2 小时。

Contributing

现在模型是用的snownlp,它的情感分析是基于商品评价语料库,我们需要真正的养鱼语料库,所以各位塘主和鱼儿们,把自己的聊天贡献出来吧~

data/pond/sample.csv可以参考如何标注自己的聊天记录为 csv,我每周用 bert 训练一发,模型会以 docker 镜像的形式发布。

License

Distributed under the MIT License. See LICENSE for more information.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.