28 lines
652 B
Markdown
28 lines
652 B
Markdown
# SPARC
|
|
|
|
## Name
|
|
Semiconductor Patent & Analytics Report Core
|
|
|
|
## Description
|
|
|
|
## Installation
|
|
### NixOS Installation
|
|
`nix develop` to build and configure nix dev environment
|
|
|
|
## Usage
|
|
```bash
|
|
docker compose up -d
|
|
```
|
|
|
|
## Roadmap
|
|
- [X] Retrive `publicationID` from SERP API
|
|
- [ ] Retrive data from Google's patent API based on those `publicationID`'s
|
|
- This may not be needed, looking to parse the patents based soley on the pdf retrived from SERP
|
|
- [ ] Wrap this into a python fastAPI, then bundle with docker
|
|
|
|
|
|
## License
|
|
For open source projects, say how it is licensed.
|
|
|
|
## Project status
|
|
Heavy development for the limited time available to me |