Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 578 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 578 Bytes

Kiwi The QE Assistant

Description

Kiwi the QE is an intelligent assistant designed to streamline the software testing process by automating the creation of test cases and providing expert feedback on existing ones. This tool ensures that your test cases are thorough, accurate, and aligned with best practices. Powered by OpenAI, gpt-4o.

Setup

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
streamlit run kiwi.py

Kiwi Snippet

Kiwi_Preview