metadata
title: Llama Address Intelligence
emoji: 🦙
colorFrom: purple
colorTo: pink
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
license: apache-2.0
Llama 3.2-1B Address Intelligence Demo
This Space demonstrates the capabilities of shiprocket-ai/open-llama-1b-address-completion, a fine-tuned Llama 3.2-1B model specialized for Indian address processing.
What it does
This application showcases three main capabilities:
- Component Extraction: Parse addresses into structured components (building, locality, pincode, etc.)
- Address Completion: Complete partial or incomplete addresses using AI
- Format Standardization: Convert informal addresses to proper standardized format
Features
- Lightweight: Only 1.24B parameters for fast inference
- Specialized: Fine-tuned specifically for Indian address patterns
- Versatile: Handles multiple address intelligence tasks
- Interactive: Three separate tabs for different use cases
- Real-time: Optimized for quick responses
How to use
Component Extraction
- Go to the "Extract Components" tab
- Enter a complete address
- Click "Extract Components" to see structured breakdown
Address Completion
- Go to the "Complete Address" tab
- Enter a partial address
- Click "Complete Address" to see AI completion
Format Standardization
- Go to the "Standardize Format" tab
- Enter an informal or messy address
- Click "Standardize Format" to see cleaned version
Example addresses
- Complete: C-704, Gayatri Shivam, Thakur Complex, Kandivali East, 400101
- Partial: C-704, Gayatri Shivam, Thakur Complex
- Informal: c704 gayatri shivam thakur complex kandivali e 400101
Model Information
- Base Model: meta-llama/Llama-3.2-1B-Instruct
- Parameters: 1.24B
- Model Size: ~2.47GB
- Max Context: 131K tokens
- License: Apache 2.0
Supported Components
The model can handle:
- Building names, localities, pincodes
- Cities, states, sub-localities
- Road names, landmarks
- Various Indian address formats
Performance
Optimized for:
- Real-time applications
- Mobile/edge deployment
- High-throughput processing
- Low memory usage