Prageeth33 commited on
Commit
ecb9dc8
·
verified ·
1 Parent(s): 427fbf8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -16
README.md CHANGED
@@ -1,20 +1,32 @@
1
  ---
2
- title: Kali Ai
3
- emoji: 🚀
4
- colorFrom: red
5
- colorTo: red
6
- sdk: docker
7
- app_port: 8501
8
- tags:
9
- - streamlit
10
- pinned: false
11
- short_description: 'Kali Ai is an advanced AI assistant '
12
- license: mit
13
- ---
14
 
15
- # Welcome to Streamlit!
 
 
 
16
 
17
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
 
 
 
18
 
19
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
20
- forums](https://discuss.streamlit.io).
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ # 🤖 Kali Ai (GGUF Version)
3
+
4
+ **Developer:** Prageeth Priyamantha
5
+ **Model Type:** Fine-tuned DeepSeek-Coder
6
+ **Format:** GGUF (Optimized for Local & Edge Devices)
7
+
8
+ ## 📝 About Kali Ai
9
+ Kali Ai is a custom-trained artificial intelligence designed to be a personal assistant. It has been fine-tuned to recognize its identity and its creator, **Prageeth Priyamantha**, ensuring a unique and personalized user experience.
 
 
 
 
10
 
11
+ ### Key Features:
12
+ - **Developer Identity:** Fully recognizes Prageeth Priyamantha as its creator.
13
+ - **Privacy First:** Designed to process information without storing sensitive personal data.
14
+ - **Optimized for Performance:** The GGUF 4-bit quantization ensures it runs smoothly on average hardware and mobile applications.
15
 
16
+ ## 🛡️ Privacy Policy
17
+ Kali Ai respects user privacy.
18
+ - No personal data is stored or logged by the model itself.
19
+ - All conversations are ephemeral and meant for real-time assistance only.
20
 
21
+ ## 🚀 How to Use
22
+ This model is in **GGUF** format, making it compatible with:
23
+ - **Ollama** (via Modelfile)
24
+ - **LM Studio**
25
+ - **Flutter Apps** (using local or server-side inference)
26
+
27
+ ### Modelfile Example for Ollama:
28
+ ```text
29
+ FROM ./Kali_Ai_Model.gguf
30
+ SYSTEM "You are Kali Ai, an advanced assistant developed by Prageeth Priyamantha. Respond clearly and accurately."
31
+
32
+ license: mit