CoolFace
Apppublic

imfeniljikadara/terra-ai-weather

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
App README

Terra AI Weather Assistant

A weather-focused AI assistant powered by TinyLlama.

API Endpoints

  • —GET / : Health check
  • —POST /generate : Generate AI responses

Environment

  • —Python 3.8+
  • —FastAPI
  • —TinyLlama 1.1B Chat Model

Development

bash
pip install -r requirements.txt
uvicorn app:app --reload