paperswithcode-client icon indicating copy to clipboard operation
paperswithcode-client copied to clipboard

API Client for paperswithcode.com

Results 11 paperswithcode-client issues
Sort by recently updated
recently updated
newest added

I want to use the `GET /repositories/{owner}/{name}/papers/` endpoint documented under https://paperswithcode.com/api/v1/docs/. `requests.get('https://paperswithcode.com/api/v1/repositories/google-research/google-research/papers/')` returns a `500 Server Error: Internal Server Error for url: https://paperswithcode.com/api/v1/repositories/google-research/google-research/papers/`. https://github.com/google-research/google-research is a valid URL and is...