Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharbansal22 committed Apr 2, 2024
1 parent e0e4661 commit a9d3ad9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
fastapi
metaflow
numpy
pandas
scikit-learn
sentence-transformers
uvicorn
10 changes: 10 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": 2,
"routes": [
{
"src": "/(.*)",
"dest": "/app.py"
}
]
}

0 comments on commit a9d3ad9

Please sign in to comment.