Skip to content

78i87/AI-task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Task Management System

This project is a task management system that allows users to input their tasks and deadlines. It uses a language model (LLM) to suggest an optimal schedule for the tasks based on the user's personal context. The system can integrate with calendar applications to automatically update the user's schedule and includes collaboration features to allow users to share their schedules and tasks with others.

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/githubnext/workspace-blank.git
    
  2. Navigate to the project directory:
    cd workspace-blank
    
  3. Create a virtual environment:
    python3 -m venv venv
    
  4. Activate the virtual environment:
    • On Windows:
      venv\Scripts\activate
      
    • On macOS/Linux:
      source venv/bin/activate
      
  5. Install the required dependencies:
    pip install -r requirements.txt
    

Usage Instructions

  1. Run the main application:
    python src/main.py
    
  2. Follow the prompts to input your tasks and deadlines.
  3. The system will generate an optimal schedule for your tasks.
  4. You can view and manage your tasks and schedule through the application interface.
  5. The system will automatically update your calendar with the generated schedule.
  6. Use the collaboration features to share your schedule and tasks with others.

About

A repository for a task management system with LLM integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages