Skip to main content

Personal Intelligent Work Assistant running on local computer

Project description

Intelligent Work Assistant

A personal intelligent work assistant application running on your local computer, built with Streamlit.

Description

Intelligent Work Assistant (IWA) is a Python-based application designed to help you with your daily work tasks. It provides an interactive web interface powered by Streamlit for easy interaction.

Features

  • Local execution for privacy and security
  • Web-based user interface using Streamlit
  • Lightweight and easy to use

Requirements

  • Python >= 3.12
  • Streamlit >= 1.50.0

Installation

Install the package:

pip install intelligent-work-assistant

Download models

  1. Download Embedding model
modelscope download --model "OpenVINO/Qwen3-Embedding-0.6B-int8-ov" --local_dir Qwen3-Embedding-0.6B-int8-ov
  1. Download Text-Generation model
modelscope download --model "OpenVINO/Qwen3-0.6B-int8-ov" --local_dir Qwen3-0.6B-int8-ov

How to Run

iwa --model <Text-Generate model> --embed-model <Embedding model>

Assume that you downloaded Qwen3-Embedding-0.6B-int8-ov and Qwen3-0.6B-int8-ov model, the command should be

iwa --model Qwen3-0.6B-int8-ov --embed-model Qwen3-Embedding-0.6B-int8-ov

This will launch the Streamlit application in your default web browser.

Project Structure

IntelligentWorkAssistant/
├── src/
│   └── intelligent_work_assistant/
│       ├── __init__.py
│       ├── __main__.py
│       ├── main.py          # Entry point and launcher
│       └── st_main.py       # Main Streamlit application
├── tests/
│   └── __init__.py
├── pyproject.toml           # Project configuration and dependencies
└── README.md

Development

To contribute or modify the application:

  1. Install in editable mode: pip install -e .
  2. Make your changes to the code
  3. Test by running iwa command
  4. The changes will be reflected immediately without reinstallation

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

intelligent_work_assistant-0.2.0.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

intelligent_work_assistant-0.2.0-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file intelligent_work_assistant-0.2.0.tar.gz.

File metadata

File hashes

Hashes for intelligent_work_assistant-0.2.0.tar.gz
Algorithm Hash digest
SHA256 1556be74cbe79068e08a404758d7372a9ac9a18b5d3420e6b3473e65a4aee22b
MD5 10924c72abfc8febd0117914d4d3e1a1
BLAKE2b-256 36c73528f05d8fccfb12607421b2edbf33605e64fe6f8f1983859d76e185492f

See more details on using hashes here.

File details

Details for the file intelligent_work_assistant-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for intelligent_work_assistant-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8c960bb7e6b62ab3b3671d906b4fbd3e044fb237b32d75f40b52caf66ea87be5
MD5 a4b5d3668a7145566df0f4a0a6912b1e
BLAKE2b-256 a30551ad57642c35410a46928b8b11b2f8433f797c43e5aad51aab0f65217c6f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page