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

https://github.com/danielwpz/soybean


https://github.com/danielwpz/soybean

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# soybean

## How to run
1. Make sure you have python 2.7 and pandas installed
2. In terminal, run `$> ./run.sh`
3. (Optional) To run soy.ipynb, install jupyter and run `$> jupyter notebook soy.ipynb`

## How to generate training data
1. Get geo data (year by year)

run
```bash
python prepare.py geo
```