Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 2.31 KB

README.md

File metadata and controls

54 lines (33 loc) · 2.31 KB

fintopics

wemake.services Build Status Coverage Python Version wemake-python-styleguide

Deep Learning for Financial Topic Modeling

Features

Installation

We use poetry for dependency management. Install it from here. Then install the dependencies using.

poetry install fintopics

Usage

You can access the help by using the command

fintopics --help

You can prepare the dataset using the following commands:

# To prepare text data using 100 financial documents
fintopics prepare text --file_limit=100 

# To prepare matrix data using 100 financial documents
fintopics prepare scamat --file_limit=100 

The settings can be configured in fintopics.toml file.

License

MIT

Credits

This project was generated with wemake-python-package. Current template version is: 0933a30fc0dc01d374f8c55d7b1e2070b4118d7e. See what is updated since then.