_AugmentedIntelligence Documentation
What it Does
- Inform the user about recording consent laws
- Record still frames from a webcam or video recording device
- Record audio from microphone
- Get transcription with Whisper from the microphone
- Get Speech Command keyword
- Get speech command command transcribed with Whisper for transcription
- Find Trigonometric functions calculation of variable
- Search Wikipedia, Wikisimple, Wikihow, Wikiquote, Wikisource, books/literature, dictionary, Word vectors,
- Create prompt for Large Language Models
- Calculate Algebraic, Geometric, Trigonometric, Calculus, Differential Equations, and Statistics functions
- Create deductive arguments from text
- Create Inductive arguments from text
- Fallacy check working memory, last x seconds, and and prepared text
- Bias check working memory, last x seconds, and prepared text
- Translate any language to English form working memory, last x seconds, prepared text
- Translate English to any language from working memory, last x seconds, prepared text
- Find the last time user has seen an item, show last location
- Part of speech tag working memory, reading, and last x sentences
- Driving mode // work in progress
- Reading mode // work in progress
- Add data to a string and use in previous commands
- Get a setting value
- Change a setting
- Manual Memory Management of Working, Short Term, and Long Term Memory Arrays/Apparatus
- Image Analysis
- Memory Search Engines // Work in Progress
- On the saved image use Tensorflow object detection and save image of detections
- Save record/row of image into MySQL with object detection classes and analysis of image if enabled
- Save record/row of wav file to MySQL with transcription and date
- Save to Short-Term Memory variables/array/apparatus
- FTP memory upload for long term storage
- Court room objections listening
- Axioms detection listening
- Fallacy check listening
- Bias Check listening
- Law Checking listening
- Remote LLM Server capability
- Bible verse search
What I Want it To Do
- Speech Commands
- Writing mode
- Cheating … using LLM?
- Not so cheating?
- There should be a method that enables
- Various Sports modes
- Class mode vocabulary detection
- Memory Management
- Programming mode
- Gaming mode
- Household chore mode
- Computer Troubleshooting mode
- Problem solving mode
- Automation
- Computer Use mode
- Private computer mode
- Image detection mode
- Application profiles
- Wikihow articles integration
- LLM Example prompts
- NLU (Natural Language Understanding)
- Learning?
- Remote Object Detection
- Typing mode?
- Speech
- Reasoning mode
- Profiles
- Faster than now Reasoning
What It Should Not Be
- A way for people to judge others
- A way for people to hurt or harm others
Installation Instructions
- Boot a Windows Machine like a laptop or desktop, there are several modes that will fit your use case.
- Download _AugmentedIntelligence if you have not already from the following link:
- Download and install Ollama
- After downloading Ollama, search https://ollama.com/library for a language model you like
- Run: ollama run xxx:x where ‘xxx’ is the model and type of install in Command Prompt
- Run: ollama serve
- After downloading Ollama, search https://ollama.com/library for a language model you like
- Download and install MySQL Community
- Extract the _AugmentedIntelligenece.zip file. Recommended to C:/_AugmentedIntelligence
- Open Command prompt and type: mysql -u root -p a. Press enter, then enter the your chosen MySQL password
- Inside the extracted directory there should be an ‘localhost.sql’ file.
- Move the localhost.sql file to a directory that is simple to write down and write. Example: C:/localhost.sql
- in CMD: ‘source C:/localhost.sql’ or the path of the file which will import the sql file
- The extracted directory, open the RTAudioDevices.exe in the command line
- Note: that you need two microphones to run AugmentedIntelligence
- One Microphone for global speech recognition and the other for voice commands
- Use the RTAudioDevices.exe to find your microphone ids, these will be used within _AugmentedIntelligence.exe
- The executable is located in ../x64/Release/AugmentedIntelligence
- All of the .dll files must be installed in the same folder as the executable!
- The execuable must be run as an Administrator!
- Configure the app in the settings to fit your use case
- Run the program!
For compiling and Editing
- Follow steps 1-6 …
- Download and install Visual Studio 2022 Community
- Navigate the Installation directory which should be under :
- C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120
- Copy and paste everything in the ../include directory of _AugmentedIntelligence into the ../include directory of Visual Studio.
- Open Visual Studio 2022 and the _AugmentedIntelligence.sln file
Filed under: Uncategorized - @ January 21, 2025 9:10 am