Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhsu/i-am-listening


https://github.com/jhsu/i-am-listening

Last synced: 2 days ago
JSON representation

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
```