microsoft / CodeBERT

CodeBERT
MIT License
2.09k stars 430 forks source link

How to use CodeREVIEW in Python #290

Open Ortega94 opened 10 months ago

Ortega94 commented 10 months ago

I am developing a python code to do an automatic code review and I want to use CodeREVIEW but I don't know how to implement it or the methods that make it up. Could you make a basic example of how to implement it or some reference to the library documentation? Thank you