Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Unable to calculate vocabulary similarity
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: vinay-kapoor
- License: apache-2.0
- Language: CSS
- Default Branch: main
- Homepage: https://ml-tagger.vercel.app
- Size: 7.78 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed 8 months ago
Metadata Files
Readme
License
Citation
README.md
ml-tagger
Owner
- Name: Vinay Kapoor
- Login: vinay-kapoor
- Kind: user
- Repositories: 1
- Profile: https://github.com/vinay-kapoor
Citation (Citations.md)
# Code Citations
## CORS Headers Implementation
Source: https://github.com/mathursrus/AmplifyCares/blob/06d846be490b7d6f183bc42d4ddade50d9f2eae7/server/app.js
License: Unknown
Used in: `/api/tag.js`
The following CORS headers implementation was adapted from the source:
```javascript
res.setHeader('Access-Control-Allow-Origin', '*');
res.setHeader('Access-Control-Allow-Methods', 'POST');
res.setHeader('Access-Control-Allow-Headers', 'Content-Type');
```
## Project Dependencies
- OpenAI Node.js SDK
- Tailwind CSS
- Express.js (original implementation)
- Vercel Serverless Functions (current implementation)
GitHub Events
Total
- Issue comment event: 4
- Push event: 17
- Pull request event: 14
- Create event: 3
Last Year
- Issue comment event: 4
- Push event: 17
- Pull request event: 14
- Create event: 3