Skip to content

sakelariev/bg-reddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the project

Bulgarian Reddit N-gram viewer

I wanted to go through the whole process of building a similar tool to Google Ngram Viewer, so I decided to build this small app, that visualises the trends in uni- and bigrams in the main Bulgarian subreddit - r/bulgaria. I downloaded all the data from 2016 to May 2022 using subreddit-comments-dl.

Built With

This project was built in Python, almost entirely using Pandas and Plotly Dash.

Installation

In order to be able to run this app locally you need to install the requirements first.

  1. Clone the repo
    git clone https://github.com/sakelariev/bg-reddit.git
  2. Create a new environment (conda or virtualenv)
    conda create -n bg-reddit
  3. Activate new environment
    conda activate bg-reddit
  4. Install all packages from requirements.txt
    pip install -r requirements.txt
  5. Run the app
    python application.py
  6. Access the app
    Open this link in your browser - http://127.0.0.1:8050/

Usage

Check the examples for ideas on how to use the tool.

License

Distributed under the CC BY-SA 4.0 License. You are free to:

Share — copy and redistribute the material in any medium or format

Adapt — remix, transform, and build upon the material for any purpose, even commercially.

All you need to do is give appropriate credit.

Contact

Ivaylo Sakelariev - @sakelariev

Acknowledgments

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published