Loading repository data…
Loading repository data…
SanaBhat / repository
PoC for a completely offline ChatGPT-like application that runs entirely on your laptop
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Proof of Concept for a completely offline ChatGPT-like application that runs entirely on your laptop without any internet connection or external APIs.
# Clone the repository
git clone <repository-url>
cd local-ai-chat
# Install backend dependencies
cd backend
pip install -r requirements.txt
# Download some models
cd ../models
python download_models.py
cd backend
python start.py
The application will automatically open in your browser at http://localhost:8000