All Projects → timakin → qunosy

timakin / qunosy

Licence: other
Personal Gunosy for Qiita

Programming Languages

python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language
go
31211 projects - #10 most used programming language
shell
77523 projects

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 [email protected]: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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].