style-master / Makefile
inflaton's picture
init code
1761643
raw
history blame contribute delete
215 Bytes
.PHONY: start
start:
RELOAD=true python app.py
test:
python style_master/LLMRecommender.py
.PHONY: format
format:
black .
install:
pip install -r requirements.txt
process:
python process.py