Skip to content

Instantly share code, notes, and snippets.

View AviSoori1x's full-sized avatar

Avinash Sooriyarachchi AviSoori1x

View GitHub Profile
@AviSoori1x
AviSoori1x / SessionState.py
Created October 5, 2020 23:13 — forked from FranzDiebold/SessionState.py
A possible design for doing per-session persistent state in Streamlit
# https://gist.github.com/FranzDiebold/898396a6be785d9b5ca6f3706ef9b0bc
"""Hack to add per-session state to Streamlit.
Works for Streamlit >= v0.65
Usage
-----
>>> import SessionState
>>>
@AviSoori1x
AviSoori1x / understanding-word-vectors.ipynb
Created April 14, 2019 00:35 — forked from aparrish/understanding-word-vectors.ipynb
Understanding word vectors: A tutorial for "Reading and Writing Electronic Text," a class I teach at ITP. (Python 2.7) Code examples released under CC0 https://creativecommons.org/choose/zero/, other text released under CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.