Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,9 @@ language:
|
|
9 |
- or
|
10 |
- en
|
11 |
- as
|
|
|
|
|
|
|
12 |
---
|
13 |
# Chitrarth: Bridging Vision and Language for a Billion People
|
14 |
|
@@ -36,6 +39,14 @@ Visit [Chitrarth Online](https://cloud.olakrutrim.com/console/inference-service?
|
|
36 |
|
37 |
|
38 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
```
|
40 |
|
41 |
## 5. Evaluation Results
|
@@ -65,6 +76,8 @@ Below are the performance results of **Chitrarth** on BharatBench across three e
|
|
65 |
|
66 |
## 6. License
|
67 |
|
|
|
|
|
68 |
## 7. Citation
|
69 |
|
70 |
```
|
|
|
9 |
- or
|
10 |
- en
|
11 |
- as
|
12 |
+
- ml
|
13 |
+
- mr
|
14 |
+
- kn
|
15 |
---
|
16 |
# Chitrarth: Bridging Vision and Language for a Billion People
|
17 |
|
|
|
39 |
|
40 |
|
41 |
```
|
42 |
+
git clone https://github.com/ola-krutrim/Chitrarth.git
|
43 |
+
conda create --name chitrarth python=3.10
|
44 |
+
conda activate chitrarth
|
45 |
+
|
46 |
+
cd Chitrarth
|
47 |
+
pip install -e .
|
48 |
+
|
49 |
+
python chitrarth/inference.py --model-path "krutrim-ai-labs/chitrarth" --image-file "assets/govt_school.jpeg" --query "Explain the image. "
|
50 |
```
|
51 |
|
52 |
## 5. Evaluation Results
|
|
|
76 |
|
77 |
## 6. License
|
78 |
|
79 |
+
TBD
|
80 |
+
|
81 |
## 7. Citation
|
82 |
|
83 |
```
|