Spaces:
Sleeping
Sleeping
Commit ·
5e191ba
0
Parent(s):
first commit
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Automated Code Peer Review
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.42.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
pinned: false
|
| 11 |
+
short_description: Refined AiCodeReview
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Automated-Code-Peer-Review
|
| 15 |
+
This Application automates code using an open-source LLM
|
| 16 |
+
|
| 17 |
+
## 🛠 Setup
|
| 18 |
+
1. Clone repo
|
| 19 |
+
2. Install dependencies: `pip install -r requirements.txt`
|
| 20 |
+
3. Create env keys
|
| 21 |
+
# Automated-Code-Peer-Review
|