stopswear

2024-1 Capstone project

https://github.com/parknyeongjoon/stopswear

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
    Low similarity (0.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

2024-1 Capstone project

Basic Info
  • Host: GitHub
  • Owner: parknyeongjoon
  • License: mit
  • Language: C#
  • Default Branch: main
  • Size: 63.7 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

StopSwear

2024-1 Capstone project

Owner

  • Login: parknyeongjoon
  • Kind: user

Citation (CITATION.cff)

@article{jung2022pushing,
  title={Pushing the limits of raw waveform speaker recognition},
  author={Jung, Jee-weon and Kim, You Jin and Heo, Hee-Soo and Lee, Bong-Jin and Kwon, Youngki and Chung, Joon Son},
  journal={Proc. Interspeech},
  year={2022}
}

GitHub Events

Total
Last Year

Dependencies

Server/build.gradle.kts maven
  • org.projectlombok:lombok * compileOnly
  • com.fasterxml.jackson.module:jackson-module-kotlin * implementation
  • com.mysql:mysql-connector-j 8.2.0 implementation
  • io.github.microutils:kotlin-logging 3.0.5 implementation
  • io.github.microutils:kotlin-logging-jvm 2.0.10 implementation
  • io.jsonwebtoken:jjwt-api 0.11.5 implementation
  • io.jsonwebtoken:jjwt-impl 0.11.5 implementation
  • io.jsonwebtoken:jjwt-jackson 0.11.5 implementation
  • org.jetbrains.kotlin:kotlin-reflect * implementation
  • org.springframework.boot:spring-boot-starter-data-jpa * implementation
  • org.springframework.boot:spring-boot-starter-jdbc * implementation
  • org.springframework.boot:spring-boot-starter-security * implementation
  • org.springframework.boot:spring-boot-starter-web * implementation
  • com.h2database:h2 * runtimeOnly
  • org.springframework.boot:spring-boot-starter-test * testImplementation
packages.config nuget
  • Newtonsoft.Json 13.0.3