Skip to content

codingpot/paperswithcode-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

21f2ba8 · Mar 17, 2022

History

66 Commits
Mar 17, 2022
May 31, 2021
Sep 9, 2021
Sep 9, 2021
Mar 17, 2022
May 29, 2021
May 28, 2021
Sep 9, 2021
Mar 17, 2022
Mar 17, 2022
Oct 3, 2021
Mar 17, 2022
May 29, 2021
Mar 17, 2022
Mar 17, 2022
Mar 17, 2022
Mar 17, 2022
Mar 17, 2022
Sep 9, 2021
Mar 17, 2022
Oct 3, 2021
Mar 17, 2022
Mar 17, 2022
Mar 17, 2022
May 29, 2021
Mar 17, 2022
May 30, 2021
Mar 17, 2022
Mar 17, 2022
Mar 17, 2022

Repository files navigation

paperswithcode-go

Go Go Report Card Go Reference codecov

This is a client for PapersWithCode read/write API.

For Python version, see https://github.com/paperswithcode/paperswithcode-client

Quick usage example

import "github.com/codingpot/paperswithcode-go/v2"
c := paperswithcode_go.NewClient()
papers, _ := c.PaperList(paperswithcode_go.PaperListParamsDefault())
gan, _ := c.PaperGet(paperswithcode_go.GetPaperIDFromPaperTitle("Generative Adversarial Networks"))

About

client code repository for paperswithcode's official APIs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

Languages