Skip to content

k-monitor/parliamentary_debates_open

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parldata_frontend

This repository is for the frontend development of the parldata project.

Welcome to the Parliamentary Debates Open's frontend github repo. We are a bunch of people working on making Hungarian parliamentary speeches open. We are happy to see you here.

"Do you recall when Viktor Orbán said this and that? How was that exactly?" – This is the typical use case this project wants to address. The tool we are developing aims to make parliamentary speeches open and accessible covering Hungarian parliamentary debates since 1990. The scraped speeches (using Scrapy) are processed using Natural Language Processing (using Spacy), Elasticsearch is used for search backend. The minimal viable product is a filterable dashboard for name, party, and date, returning the relevant speeches. Additional features will include topics (using Gensim), top lists, histograms and comparisons.

If you are interested in an analysis we have made earlier, check out this blog post in English or this site in Hungarian. If you want to have a look at the raw data we downloaded for the sake of this project from parlament.hu click here.

Do you have experience in the listed technologies, you have free time and would you like to contribute? Contact us here on Github!

Development

Install development environment

nvm install 16  # Obtain node 16
nvm use 16  # Activate node 16
yarn install # Install dependencies
yarn fetchChartData  # Fetch static chart data from the server

Start development environment

yarn start

Create production build

yarn build

About

This repository is for the frontend development of the parldata project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published