Spaces:
Sleeping
Sleeping
upload Dockerfile along with model
Browse files- Dockerfile +12 -0
- encoders.pkl +0 -0
- flagged/log.csv +3 -0
- model.pkl +0 -0
Dockerfile
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM python:3.11-slim
|
| 2 |
+
|
| 3 |
+
WORKDIR /app
|
| 4 |
+
|
| 5 |
+
COPY requirements.txt .
|
| 6 |
+
RUN pip install --no-cache-dir -r requirements.txt
|
| 7 |
+
|
| 8 |
+
COPY . .
|
| 9 |
+
|
| 10 |
+
EXPOSE 7860
|
| 11 |
+
|
| 12 |
+
CMD ["python", "app.py"]
|
encoders.pkl
ADDED
|
Binary file (631 Bytes). View file
|
|
|
flagged/log.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Project Type,Team Size,Performance Need,Experience Level,output,flag,username,timestamp
|
| 2 |
+
Web App,2,High,Expert,🔧 Recommended Tech Stack: Django + SQLite,,,2025-06-07 21:08:50.981945
|
| 3 |
+
Web App,2,High,Expert,🔧 Recommended Tech Stack: Django + SQLite,,,2025-06-07 21:08:56.114387
|
model.pkl
ADDED
|
Binary file (2.2 kB). View file
|
|
|