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

https://github.com/codernayeem/rec-analyzer

A web server to analyze call recordings
https://github.com/codernayeem/rec-analyzer

analyzer automation flask html python rec-analyzer record-audio web-server

Last synced: about 2 months ago
JSON representation

A web server to analyze call recordings

Awesome Lists containing this project

README

          

# rec-analyzer
A simple **web server** to analyze **call recordings** made with **flask**.

# Usage :
1. git clone https://github.com/codernayeem/rec-analyzer.git
2. cd rec-analyzer
3. py app.py

*'py app.py' command will take host automatically. If you want to put host and port, use:*
- **py app.py host**
- **py app.py host port**
- **py app.py * port**