https://github.com/serenadeai/serenade
https://github.com/serenadeai/serenade
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/serenadeai/serenade
- Owner: serenadeai
- License: apache-2.0
- Created: 2022-06-08T21:34:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T20:08:49.000Z (over 1 year ago)
- Last Synced: 2024-10-11T23:14:44.193Z (about 1 year ago)
- Language: Java
- Size: 2.73 MB
- Stars: 323
- Watchers: 11
- Forks: 56
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-java - Serenade
README

# Serenade
Welcome to the Serenade monorepo! This repository contains the code for the Serenade client application, online services (like our speech engine, code engine, and core application), and model training.
## Getting Help
If you need help getting started with Serenade or have any questions, check out our [Discord Community](https://serenade.ai/community).
## Docs
An overview of Serenade services can be found in the [docs](https://github.com/serenadeai/serenade/tree/master/docs) directory.
## Contributing
If you're interested in contributing to Serenade, check out our [Contributing Guidelines](https://github.com/serenadeai/serenade/blob/master/CONTRIBUTING.md). We're excited to welcome contributions from the community, but please follow the Contributing Guidelines, or we won't be able to accept your changes.
## Plugins
Serenade supports plugins for a variety of applications, each located in a separate repository:
* [VS Code](https://github.com/serenadeai/code)
* [Atom](https://github.com/serenadeai/atom)
* [JetBrains](https://github.com/serenadeai/intellij)
* [Chrome](https://github.com/serenadeai/chrome)
* [Hyper](https://github.com/serenadeai/hyper)
* [iTerm2](https://github.com/serenadeai/iterm2)
## Packages
We've published several open-source packages that are used by Serenade, but also more broadly useful:
* [speech-recorder](https://github.com/serenadeai/speech-recorder): A native npm module for microphone access and voice activity detection
* [serenade-driver](https://github.com/serenadeai/driver): A native npm module with platform-specific OS hooks for keystrokes, mouse movement, etc.