Skip to content

A copy of my work done for ICTU: experiments using LLMs in software development

License

Notifications You must be signed in to change notification settings

JellevanE/LLM_experiments_ICTU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Experiments

This repository contains several experiments created in work for ICTU that attempt to apply Large Language Models to help software development teams with their development processes.

Installing dependencies

Create a virtual environment, activate it, and install the dependencies:

python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt

Tests

To run the unit tests:

python -m unittest discover

Experiment 1: summarizing a code base

To summarize a code base, run:

python summarize_code.py <folder>

Experiment 2: writing architecture documentation

...

Experiment 3: generating unit tests

...

Experiment 4: generating and scoring user stories

...

About

A copy of my work done for ICTU: experiments using LLMs in software development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages