Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/advaitpaliwal/insight
https://github.com/advaitpaliwal/insight
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/advaitpaliwal/insight
- Owner: advaitpaliwal
- Created: 2024-04-12T23:26:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-15T17:52:49.000Z (9 months ago)
- Last Synced: 2024-04-15T19:02:17.771Z (9 months ago)
- Language: Python
- Homepage:
- Size: 1.84 MB
- Stars: 176
- Watchers: 6
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-llm-projects - insight
README
# Insight
Insight uses gemini 1.5 pro to answer questions based on what you see and hear, and it remembers those memories for you.
check demo on [here](https://twitter.com/advaitpaliwal/status/1779697730526310521)
## Hardware Requirements
- Raspberry Pi (model 4 or newer)
- Webcam
- Mini usb mic
- Logitech webcam
- Sony headphones with jack
- needed a monitor, keyboard, and mouse to interface with the pi## Software Requirements
- pvporcupine
- google-generativeai
- SpeechRecognition
- firebase-admin
- google-cloud-texttospeech
- picamera2## Setup
1. Clone the repository to your Raspberry Pi or local machine:
```
git clone https://github.com/advaitpaliwal/insight
```
2. Install the required dependencies:
```
cd [repo-name]
pip install -r requirements.txt
```
3. Add the neccessary api keys to the config.py file, check config.example.py## Usage
1. Run the main script:
```
python main.py
```## Configuration
The project's configuration can be modified by editing the `config.example.py` file and saving it as `config.py`.
## License
This project is licensed under the [License Name] - see the [LICENSE](LICENSE) file for details.
## Acknowledgements
@advaitpaliwal