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
- Host: GitHub
- URL: https://github.com/codernayeem/rec-analyzer
- Owner: codernayeem
- Created: 2020-06-21T16:40:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T19:52:42.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T07:44:53.402Z (about 1 year ago)
- Topics: analyzer, automation, flask, html, python, rec-analyzer, record-audio, web-server
- Language: HTML
- Homepage:
- Size: 143 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**