Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhsu/i-am-listening
https://github.com/jhsu/i-am-listening
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhsu/i-am-listening
- Owner: jhsu
- Created: 2023-12-10T04:25:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-16T05:50:26.000Z (10 months ago)
- Last Synced: 2024-12-20T21:13:10.982Z (3 days ago)
- Language: Python
- Size: 151 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# I am listening
A passive listening system.
## Getting Started
### requirements:
- sqlite3
- python >=3.11### Install
```bash
# Cuda install
pipenv install --categories torch_cu121
# CPU install
pipenv install --categories torch_cpu
```