https://github.com/timakin/qunosy
Personal Gunosy for Qiita
https://github.com/timakin/qunosy
Last synced: 3 months ago
JSON representation
Personal Gunosy for Qiita
- Host: GitHub
- URL: https://github.com/timakin/qunosy
- Owner: timakin
- Created: 2015-02-03T16:26:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-10T11:09:29.000Z (over 11 years ago)
- Last Synced: 2025-03-24T22:18:52.538Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.02 MB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qunosy
Personal Gunosy for Qiita
With machine learning, corpus clustering,
recommend you the latest code that match your interest.
Qunosy adopt random forest as clustering method.
# requirements
- Python3
- scikit-learn
- gensim
- Ruby
- natto
- mecab
- Go (*and setting for GOPATH)
# How to use
## Clone
```
$ git clone git@github.com:timakin/qunosy.git
#########################################################
### change directory to below $GOPATH/* ###
### I recommend to clone qunosy to $GOPATH/src/qunosy ###
### If you don't installing tool will fail. ###
#########################################################
```
## Install as cli tool
```
$ go install
```
## Do it!
```
### Load latest recommendation. (*You can do it only 1 time a day 'cause of API limitation.)
$ qunosy reload userQiitaId
### Display your recommendation without reloading.
$ qunosy
```