---
license: apache-2.0
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
tags:
- travel
- tourism
- india
- hotels
- restaurants
- weather
- maps
- geolocation
- railways
- flights
- bus-routes
- nexuzy-lab
- gguf
- lora
language:
- en
new_version: davidx08/atithi-ai
pipeline_tag: text-generation
library_name: transformers
---
# Atithi AI
Atithi AI is an India-focused travel, hotel, restaurant, and local discovery assistant built on `TinyLlama/TinyLlama-1.1B-Chat-v1.0` and developed by **David** at **Nexuzy Lab**, which is presented as a research and innovation division under **DEVIL ONE PVT LTD**.
## Model scope
Atithi AI is intended as a compact domain-tuned assistant for the Indian ecosystem, supporting:
- Tourist destination discovery
- Hotel and stay assistance
- Restaurant and food place information
- Railway, flight, and bus travel context
- Weather-aware planning prompts
- Maps, routes, and location-driven assistance
## Developer information
- **Developer:** David
- **Developer Email:** [david@nexuzy.in](mailto:david@nexuzy.in)
- **Organization:** Nexuzy Lab
- **Organization Email:** [nexuzylab@gmail.com](mailto:nexuzylab@gmail.com)
- **Parent Company:** DEVIL ONE PVT LTD
- **Website:** [https://devilone.in](https://devilone.in)
## Usage with Transformers
```python
from transformers import AutoTokenizer, AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("davidx08/atithi-ai")
tokenizer = AutoTokenizer.from_pretrained("davidx08/atithi-ai")
```