Coder Social home page Coder Social logo

workplace_reviews_app's Introduction

Topic Modeler Application

This application provides a graphical user interface (GUI) for topic modeling and analysis of textual data. It allows users to convert DOCX files to CSV, select files for analysis, specify the number of topics, visualize detailed information, hierarchy, and barchart representations of topics, and compare subsets of data for duplicate entries.

Features

  • DOCX to CSV conversion
  • File selection for analysis
  • Topic modeling with adjustable number of topics
  • Detailed topic information display
  • Hierarchy visualization of topics
  • Barchart representation of topics
  • Comparison of subsets for duplicate entries

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python 3.12 or later installed
  • Conda (Anaconda or Miniconda) installed

Setup

To set up the Topic Modeler application, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-folder>
  2. Create and activate a Conda environment:

    Replace <env_name> with your desired environment name.

    conda create --name <env_name> python=3.12
    conda activate <env_name>
  3. Install required packages:

    Ensure you are in the project root directory and run:

    conda install --file requirements.txt -c conda-forge

Requirements

The application dependencies are listed in requirements.txt. This file includes all necessary Python packages, such as pandas, plotly, tkinter, and loguru.

Running the Application

To run the Topic Modeler, execute the following command in the terminal:

python src/app.py

Ensure your working directory is the project's root folder. The GUI should launch, allowing you to interact with the application's features.

Logging

Logs are saved to app.log with rotation set to one week. This can help with troubleshooting and tracking the application's operations over time.

Contributing

Contributions to this project are welcome. Please ensure to follow the project's coding standards and submit pull requests for review.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

Thank you to all contributors who have helped with the development and improvement of this application.

workplace_reviews_app's People

Contributors

charlesyapai avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.