Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Greyisheep committed Aug 28, 2024
2 parents 7e3aa71 + eef84bd commit 6641b23
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,19 @@ Before setting up the project, ensure you have the following installed:
```plaintext
resume-ranking-assessment/
├── app/
├── backend/
│ ├── __init__.py
| ├── Dockerfile
│ ├── models.py # Contains the models and functions for ranking and summarization
│ ├── main.py # Entry point for the FastAPI application
│ ├── utils.py # Utility functions for processing PDF files
│ └── metrics.py # Functions for calculating and logging evaluation metrics
├── app.py # Streamlit frontend
├── requirements.txt # Project dependencies
| ├── metrics.py # Functions for calculating and logging evaluation metrics
│ └── requirements.txt # Backend dependencies
├── frontend/
| ├── Dockerfile
| ├── app.py # Streamlit frontend
│ └── requirements.txt # Frontend dependencies
├── docker-compose.yml
└── README.md # Project documentation
```

Expand Down

0 comments on commit 6641b23

Please sign in to comment.