Sol is a comprehensive AI surveillance system designed to monitor, analyze, and respond to various environmental and scientific anomalies. It utilizes advanced machine learning models and real-time data processing to ensure safety and awareness in its operational environment.
- Consciousness Module: Manages Sol's alertness and confidence based on environmental inputs.
- Policy Module: Uses Q-learning for decision-making and action execution.
- Surveillance Capabilities: Integrates YOLO for object detection and DeepSort for object tracking.
- Scientific Analysis: Employs custom-trained models for physics, chemistry, environmental, and space anomaly detection.
- Speech and Audio Processing: Uses pyttsx3 for text-to-speech and YAMNet for audio anomaly detection.
- Event Logging and Reflection: Logs events and generates thoughtful responses using GPT-2.
To get started with Sol, follow these steps:
-
Clone the Repository
git clone https://github.com/SuperCaleb/Sol.git cd Sol
-
Install Dependencies Ensure you have Python 3.7 or higher installed. Then, install required packages:
pip install -r requirements.txt
-
Download Pre-trained Models Download the necessary pre-trained models and place them in the appropriate directories:
# Example for YOLO wget -P models/ https://path/to/yolov8l.pt
-
Configure API Keys Some functionalities, like weather data fetching, require API keys. Update the code with your API keys where necessary.
To start Sol's surveillance system, run the following command:
python sol.py
While Sol is running, you can input commands directly into the terminal to interact with Sol:
- status: Get the current status of Sol's alertness and confidence.
- explain_last_detection: Get details about the last detected event.
- quit: Terminate the surveillance system.
- Initialization: Sol initiates various modules and sets up the surveillance system.
- Surveillance Loop: Continuously captures video frames, detects and tracks objects, and processes audio input.
- Anomaly Detection: Utilizes scientific models to detect anomalies in physics, chemistry, environment, and space.
- Decision Making: Based on detected anomalies and its internal state, Sol decides on actions to take, such as increasing sensitivity or sending alerts.
- Event Logging and Reflection: Logs events and generates thoughtful reflections on significant occurrences.
We welcome contributions to enhance Sol's capabilities. Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
For any questions or issues, please open an issue on GitHub or contact me at [email protected]
By leveraging state-of-the-art AI technologies, Sol aims to provide a safer and more aware environment through intelligent surveillance and scientific analysis.