Skip to content

lumi232/task_whiz

Repository files navigation

Task Whiz

Introduction

Task Whiz is an innovative task management solution designed to streamline and optimize project workflows. This project was developed to address common challenges in task management and improve overall productivity and efficiency.

Features

  • Agile task management suitable for various project types.
  • Intuitive UI/UX for easy navigation and user interaction.
  • Advanced Natural Language Processing (NLP) features for task automation and optimization.

Installation

Clone the repository to your local machine:

git clone https:/lumi232/task_whiz.git
cd task_whiz

Dependencies

Install necessary dependencies by running:

pip install -r requirements.txt

Usage

After installation, you can run the application using:

python app.py

Code Documentation

  • app.py: The main application file to start the server.
  • utils/: This directory contains utility scripts for various functionalities.
  • models/: Contains the model definitions used in the project.
  • static/: Stores static files like stylesheets and JavaScript files.
  • templates/: Contains HTML templates for the web interface.

BERT Classifier

The project uses a BERT classifier for NLP tasks. Due to the large size of the model file (bert_classifier.pth), it is not included in the repository.

Downloading the BERT Classifier

You can download the bert_classifier.pth file from the following link: Download bert_classifier.pth

After downloading, place the file in the models/ directory.

Contact

For any queries or feedback, please contact Dhruv Nagill.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published