davidx08 commited on
Commit
9091d3b
ยท
verified ยท
1 Parent(s): 31a7fb4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -10
README.md CHANGED
@@ -5,25 +5,46 @@ tags:
5
  - travel
6
  - tourism
7
  - india
 
 
 
 
 
8
  - nexuzy-lab
9
  - gguf
10
- - restaurants
 
 
11
  language:
12
  - en
 
 
13
  ---
14
 
15
  # ๐Ÿ‡ฎ๐Ÿ‡ณ Atithi AI - India's Digital Travel Companion
16
 
17
- Developed by **David** at **Nexuzy Lab** (**DEVIL ONE PVT LTD**).
 
 
 
 
18
 
19
  ## ๐Ÿš€ Project Overview
20
- Atithi AI is a specialized LLM for the Indian travel ecosystem, integrating railways, airlines, 27,000+ restaurants, and local tourism spots.
 
 
 
 
 
 
 
21
 
22
- ## ๐Ÿ‘ค Developer Information
23
- - **Lead:** David (david@nexuzy.in)
24
- - **Company:** [Nexuzy Lab](https://nexuzy.in/index.php)
25
- - **Parent Conglomerate:** [DEVIL ONE PVT LTD](https://devilone.in)
26
 
27
- ## ๐Ÿ“‚ Contents
28
- - `model/`: Standalone merged weights.
29
- - `atithi-ai-v1.gguf`: 8-bit quantized model for local/mobile use.
 
 
 
5
  - travel
6
  - tourism
7
  - india
8
+ - hotels
9
+ - restaurants
10
+ - weather
11
+ - railways
12
+ - flights
13
  - nexuzy-lab
14
  - gguf
15
+ - lora
16
+ - nexuzy
17
+ - devil-one
18
  language:
19
  - en
20
+ pipeline_tag: text-generation
21
+ library_name: transformers
22
  ---
23
 
24
  # ๐Ÿ‡ฎ๐Ÿ‡ณ Atithi AI - India's Digital Travel Companion
25
 
26
+ <p align="center">
27
+ <img src="atitihi_logo.png" width="300" alt="Atithi AI Logo">
28
+ </p>
29
+
30
+ Atithi AI is an India-focused travel, hotel, restaurant, and local discovery assistant developed by **David** at **Nexuzy Lab** (Research division of **DEVIL ONE PVT LTD**).
31
 
32
  ## ๐Ÿš€ Project Overview
33
+ Fine-tuned on 173,000+ records covering Indian tourism, 27,000+ restaurants, railways, flights, and bus routes. Designed for local planning and localized information.
34
+
35
+ ## ๐Ÿ‘ค Developer & Company Information
36
+ - **Lead Developer:** David ([david@nexuzy.in](mailto:david@nexuzy.in))
37
+ - **Organization:** Nexuzy Lab ([nexuzylab@gmail.com](mailto:nexuzylab@gmail.com))
38
+ - **Parent Company:** DEVIL ONE PVT LTD ([https://devilone.in](https://devilone.in))
39
+ - **Official Website:** [https://nexuzy.in/index.php](https://nexuzy.in/index.php)
40
+ - **GitHub:** [https://github.com/david0154](https://github.com/david0154)
41
 
42
+ ## ๐Ÿ“‚ Model Variants
43
+ - **Full Model:** Merged standalone weights for use with `transformers`.
44
+ - **GGUF Version:** 8-bit quantized file (`atithi-ai-v1.gguf`) for mobile/edge/local deployment via llama.cpp.
 
45
 
46
+ ## ๐Ÿ’ก Features
47
+ - Knowledge of 27,000+ Indian restaurants.
48
+ - Indian Railways, Flight schedules, and Bus route context.
49
+ - Tourism destination discovery and budget hotel assistance.
50
+ - Optimized for compact, fast inference.