Code Monkey home page Code Monkey logo

task-whisperer's Introduction

Task Whisperer

Welcome to Task Whisperer: Your Ultimate Task Description Assistant!

Why Task Whisperer?

TaskWhisperer is your one-stop solution for crafting detailed and precise task descriptions with ease. Say goodbye to tedious manual task creation and hello to streamlined workflows and increased productivity!

Features

  • ๐Ÿ” Seamlessly Fetch Issues from Issue Tracking Systems. Currently, JIRA is supported.
  • ๐Ÿš€ Generate Embeddings from Issue Descriptions to prepare for LLM-based task generation.
  • ๐Ÿ”ฎ Input a task summary and watch the magic happen with a single click!
  • ๐Ÿ“ Review and edit generated task descriptions and submit to ITS with a single click!

How to Use Task Whisperer

Running Locally

Using Docker Compose (Recommended)

It is strongly advised to use docker compose as it streamlines the development and deployment experience.

Firstly, build the docker image:

docker compose build

Then, start the application:

docker compose up

You can use the app by navigating to localhost:8501 in your browser.

Using Docker

If you prefer to build your image yourself, you can directly use docker build & run to run the application.

Firstly, build the docker image:

docker build . -t task_whisperer

Then, run the container:

docker run task_whisperer

You can use the app by navigating to localhost:8501 in your browser.

Using Local Development Environment

Create a Virtual Environment using uv

If you are a uv user (a brand new Python package installer)

Create a virtual environment (at .venv):

uv venv

Activate the virual environment (On macOS and Linux)

source .venv/bin/activate

Activate the virual environment (On Windows)

.venv\Scripts\Activate

Install the requirements:

uv pip install -r requirements.txt

Create a virtual environment using Python's venv

Create a virtual environment (On macOS and Linux)

python -m venv path/to/my/venv

Activate the virual environment (On macOS and Linux)

source path/to/my/venv/bin/activate

Create a virtual environment (On Windows)

python -m venv path\to\my\venv

Activate the virual environment (On Windows)

source path\to\my\venv\Scripts\activate.bat

task-whisperer's People

Contributors

erensahin 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.