Aeon Models
Collection
Personal project to build a friendly AI Chatbot
•
4 items
•
Updated
•
1
AEON is portable, private, and capable of operating fully offline. It democratizes access to powerful, dynamic AI capabilities for a wider audience, regardless of their hardware.
The finetuned model was build to be like a "friend" for RAG personal files and work with insights.
AEON uses Python with virtual environment and git lfs
installed.
/$ git lfs install
# With plugins
/$ git clone --recurse-submodules https://github.com/gustavokuklinski/aeon.ai.git
# Without plugins
/$ git clone https://github.com/gustavokuklinski/aeon.ai.git
# Create .venv
/$ python -m venv .venv
# Start virtual env
/$ source .venv/bin/activate
# Run check and install dependencies
/$ python3 scripts/install.py
# Start AEON
/$ python3 aeon.py
docker build -t aeon .
docker run -it --rm -p 7860:7860 -v "$(pwd):/app" aeon
OS | CPU | GPU | RAM |
---|---|---|---|
Ubuntu 24.04.2 LTS | Intel i7-10510U | Intel CometLake-U GT2 | 16GB |
Windows 11 Home Edition | Intel i7-10510U | Intel CometLake-U GT2 | 8GB |