Simply run this single command to start Meta Minds:
py src\core\main.pyThat's it! The system will automatically:
- β Check Python version compatibility
- β Set up your OpenAI API key (optional - offline mode available)
- β Install missing dependencies
- β Launch the application with hybrid input system
- β Handle rate limiting with offline fallback mode
- Python 3.13+ (the system will check this)
- OpenAI API key (optional - offline mode available)
- Input system setup (optional but recommended for better quality)
When you run py src\core\main.py for the first time:
- The system will check if you have an API key
- If not found, it will prompt you to enter it (optional)
- Your API key will be automatically saved to a
.envfile - Dependencies will be installed if missing
- Meta Minds will launch with hybrid input system
- Offline fallback mode will be available if API issues occur
# Main launcher (recommended)
py src\core\main.py
# With virtual environment
.\venv\Scripts\Activate.ps1
py src\core\main.py
# With input system setup
# 1. Create input/ folder
# 2. Add Business_Background.txt, Dataset_Background.txt, and message.txt
# 3. Run: py src\core\main.py
# Direct CLI
python src\core\main.py- CSV files
- Excel files (.xlsx)
- JSON files
-
SMART Enhanced Analysis (Recommended)
- Context-aware question generation
- Hybrid input system integration
- Quality validation and scoring
- Business context integration
- Offline fallback mode
-
Offline Mode (Automatic)
- Context-aware fallback questions
- 100% reliability
- No API dependencies
- Go to https://platform.openai.com/account/api-keys
- Create a new API key
- Run
py src\core\main.pyand enter the key when prompted
Note: API key is optional - the system includes offline fallback mode for 100% reliability!
The system makes everything easy with hybrid input system and offline fallback mode! π