An open API service indexing awesome lists of open source software.

https://github.com/r05323028/eyes

Public Opinion Mining System of Taiwanese Forums
https://github.com/r05323028/eyes

crawler data-engineering data-mining data-science graphql javascript natural-language-processing opinion-mining public-opinion python react redux tailwindcss task-queue

Last synced: 4 months ago
JSON representation

Public Opinion Mining System of Taiwanese Forums

Awesome Lists containing this project

README

          

#

[![DOI](https://zenodo.org/badge/392558472.svg)](https://zenodo.org/badge/latestdoi/392558472)
![Release](https://img.shields.io/github/v/release/r05323028/eyes?include_prereleases)
![License](https://img.shields.io/github/license/r05323028/eyes)
![Testing](https://img.shields.io/github/workflow/status/r05323028/eyes/testing?label=testing)
![Coverage](https://img.shields.io/codecov/c/github/r05323028/eyes)

eyes is a **Public Opinion Mining System** focusing on taiwanese forums such as [PTT](https://www.ptt.cc/bbs/hotboards.html), [Dcard](https://www.dcard.tw/f).

## Features

- :fire: **Article monitor**: helps you capture the trend at a glance.
- :fire: **Entity monitor**: helps you spy on a specific entity.
- :fire: **Weak supervision**: let you generate & update model without human effort.
- :fire: **Well-integrated with spaCy**: let you train models by yourself or use trained models in [model hub](https://spacy.io/models) simply.

## Screenshots

![Articles Dashboard](./doc/static/images/articles_dashboard.png)
![Post Modal](./doc/static/images/post_modal.png)
![Entities Dashboard](./doc/static/images/entities_dashboard.png)
![Entity Dashboard](./doc/static/images/entity_dashboard.png)
![Entity Timeline](./doc/static/images/entity_timeline.png)

## Architecture

eyes system architecture

![Architecture](./doc/static/images/architecture.png)

## Tech Stack

### Infrastructure

- Argo Workflows
- Celery, Flower
- Kubernetes, Helm Charts
- MySQL
- Redis

### API

- FastAPI
- SQLAlchemy ORM
- GraphQL

### Web

- React + Redux-Saga
- Tailwindcss

### ML

- spaCy
- skweak

## License

[MIT](./LICENSE)