Skip to content

YCK1130/CRITICAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRITICAL

This is the source code for CRITICAL(Collaborative Review Involving Thoughtful Intelligent Code Analysis using LLM), at the same time also CNS (Cannot Sleep) final project for CNS (CSIE 7190) at NTU, in the spring of 2024.

Installation

Using python==3.12.3

pip install -r requirements.txt

Usage

crawl a repo

  1. add repo in repoList.txt
    1. 'lhy1019/cns-commit-dataset/main' to download only commits from 'main'
    2. 'NTUEELightDance/LightDance-Editor' for unspecified branch
  2. run crawl.py
python crawl.py

analyze

  1. run main.py
# using sha
python main.py -f NTUEELightDance/LightDance-Editor -b main -t c13b5e700c8db51d22d1be61d1452d90d1f3b9ad
# using the index of commit
python main.py -f NTUEELightDance/LightDance-Editor -b main -t 0
  1. python main.py -h for more information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages