- Intelligent Interaction: Utilizes advanced AI to interpret and execute user commands effortlessly.
- Robust Local Server: Powered by Python to manage core functionalities with efficiency.
- Sleek and Futuristic UI: Designed for an engaging and intuitive user experience.
- Highly Extensible: Easily integrates additional features and supports customizations.
- Backend: Python
- Frontend: HTML, CSS, Bootstrap, JavaScript
- Libraries/Frameworks:
- ...........
- AI/ML tools (.....)
Okalo/
├── main.py # Entry point for the local server
├── www/ # Frontend files
│ ├── index.html # Main UI
│ ├── style.css # Styling
│ ├── script.js # Client-side logic
│ ├── assets/ # Images, fonts, and other assets
│ ├── img/
<!-- @import "[TOC]" {cmd="toc" depthFrom=1 depthTo=6 orderedList=false} -->
│ ├── vendore/
├── .gitignore # Ignored files for Git
├── README.md # Project documentation
git clone https://github.com/0PeterAdel/Okalo.git
cd Okalo
python -m venv envokalo
./envokalo\Script\activate
pip install -r requirements.txt
python main.py