https://github.com/mpuig/posts
Sometimes complete posts, sometimes only notes.
https://github.com/mpuig/posts
data-science jupyter-notebooks nlp python
Last synced: 2 months ago
JSON representation
Sometimes complete posts, sometimes only notes.
- Host: GitHub
- URL: https://github.com/mpuig/posts
- Owner: mpuig
- License: mit
- Created: 2019-02-10T15:53:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T16:25:20.000Z (over 7 years ago)
- Last Synced: 2025-03-29T08:29:54.173Z (over 1 year ago)
- Topics: data-science, jupyter-notebooks, nlp, python
- Language: Jupyter Notebook
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Posts
Posts about Python programming, NLP, data science, etc.
To make it easy to reproduce each notebook, each one has its own requirements. To execute it, those commands are enough:
```
make venv
make requirements
make jupyter
```
To finish and clean everything, you can execute:
`make clean`