https://github.com/innerdoc/nlp-history-timeline
A Streamlit app for showing a TimelineJS about the history of Natural Language Processing
https://github.com/innerdoc/nlp-history-timeline
streamlit streamlit-webapp timeline timelinejs
Last synced: 11 months ago
JSON representation
A Streamlit app for showing a TimelineJS about the history of Natural Language Processing
- Host: GitHub
- URL: https://github.com/innerdoc/nlp-history-timeline
- Owner: innerdoc
- License: mit
- Created: 2021-02-04T15:40:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T16:08:49.000Z (over 2 years ago)
- Last Synced: 2025-04-05T07:11:09.534Z (about 1 year ago)
- Topics: streamlit, streamlit-webapp, timeline, timelinejs
- Language: CSS
- Homepage: https://www.innerdoc.com
- Size: 946 KB
- Stars: 28
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Natural Language Processing - A Historical Timeline
[](https://www.innerdoc.com/nlp-timeline-demo/) [](https://twitter.com/innerdoc_nlp)
## About
This demo is created to show the integration of [Streamlit](https://streamlit.io) with [TimelineJS](http://timeline.knightlab.com/). It became a demo timeline about the history of Natural Language Processing!
🔥 There is now also a reusable [Streamlit Timeline component](https://github.com/innerdoc/streamlit-timeline)!
## The result
[Open the demo app!](https://www.innerdoc.com/nlp-timeline-demo/)
Below an example of the demo. In this case: a History for Natural Language Processing!

You can also view the json-data.

## Install and run
```
cd nlp-history-timeline
pip install -r requirements.txt
streamlit run timeline_app.py
```