Spaces:
Sleeping
Sleeping
File size: 1,654 Bytes
6cabc69 d76e806 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
---
title: EchoMind
emoji: 🐨
colorFrom: gray
colorTo: purple
sdk: streamlit
sdk_version: 1.43.2
app_file: app.py
pinned: false
license: mit
short_description: EchoMind is a personal AI that listens to your conversations
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# EchoMind
EchoMind is a personal AI that listens to your conversations, transcribes them using Whisper, and then allows you to recall, summarize, or interact with past conversations using Zonos for lifelike responses.
## Features
- **Live Conversation Logging**: Records and transcribes conversations
- **AI-Powered Recall & Summarization**: Search through past conversations
- **Voice-based Search**: Retrieve relevant clips from past conversations
- **Speech-Enhanced Note-Taking**: Transcribe and structure spoken thoughts
- **Memory Playback Mode**: Summarize conversations in a natural voice
## Installation
1. Clone this repository
2. Install the required dependencies:
```
pip install -r requirements.txt
```
3. Download the pre-trained models (this happens automatically on first run but may take time)
4. Create an `assets` folder and place a sample voice file named `default_voice.wav` in it
## Usage
1. Start the Flask server:
```
python app.py
```
2. Open your web browser and navigate to `http://localhost:5000`
3. Use the interface to record conversations, search past transcripts, and generate speech responses
## Privacy
EchoMind is designed with privacy in mind. All processing occurs locally on your device, and conversation data is stored on your system.
## License
MIT License
|