Before you begin, ensure you have Docker installed on your machine. If not, you can download it from Docker's official website.
Clone the AgileCoder repository to your local machine using the following command:
git clone https://github.com/FSoft-AI4Code/AgileCoder.git cd ui
pip install -r requirements.txt cd src/AgileCoder
pip install -e . python agilecoder_ui.py
docker-compose up --build