bilalnaveed commited on
Commit
6163e0e
Β·
verified Β·
1 Parent(s): 087c95a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +128 -88
README.md CHANGED
@@ -1,142 +1,182 @@
1
  ---
2
  title: Naveed AI
3
  emoji: 🧠
4
- colorFrom: purple
5
  colorTo: blue
6
  sdk: docker
7
  pinned: true
8
  license: mit
9
- short_description: "Advanced AI β€” Chat, Image Gen, STT, Vision"
10
- tags:
11
- - conversational
12
- - chatbot
13
- - education
14
- - ai-assistant
15
- - speech-to-text
16
- - image-analysis
17
- - thinking-mode
18
- - free-api
19
- - image-generation
20
  ---
21
 
22
  <div align="center">
23
 
24
  # 🧠 Naveed AI
25
 
26
- ### Advanced Intelligent Assistant
27
 
28
- [![Live Demo](https://img.shields.io/badge/πŸš€_Live_Demo-Open_Space-7c3aed?style=for-the-badge)](https://huggingface.co/spaces/bilalnaveed/Naveedai)
29
- [![Free Forever](https://img.shields.io/badge/πŸ’°_Cost-FREE_FOREVER-22c55e?style=for-the-badge)]()
30
- [![Creator](https://img.shields.io/badge/πŸ‘¨β€πŸ’»_Creator-Naveed_Khan-3b82f6?style=for-the-badge)]()
 
31
 
32
- **Image Generation β€’ Chat β€’ Speech-to-Text β€’ Image Reading β€’ Thinking Mode β€’ Emoji Responses β€’ Free API**
33
-
34
- *Built by **Naveed Khan** β€” 100% Free, No API Key, No Sign-Up, No Limits*
35
 
36
  ---
37
 
38
- </div>
39
 
40
- ## ✨ Features
41
-
42
- | Feature | Description |
43
- |---------|-------------|
44
- | 🎨 **Image Generation** | Describe anything β†’ AI creates the image (9 art styles, unlimited, free) |
45
- | πŸ’¬ **AI Chat** | Intelligent conversation with context memory & emoji responses |
46
- | 🧠 **Thinking Mode** | AI shows step-by-step reasoning before answering |
47
- | 🎀 **Speech-to-Text** | Record voice or upload audio β†’ instant transcription (90+ languages) |
48
- | πŸ–ΌοΈ **Image Reading** | Upload any image β†’ AI describes and analyzes it |
49
- | 😊 **Emoji Responses** | Engaging, formatted responses with relevant emojis |
50
- | πŸ”Œ **Free API** | Python, JavaScript, cURL β€” no API key needed |
51
- | πŸ“¦ **Embed Widget** | Add Naveed AI to any website with one line of code |
52
- | πŸ’¬ **Floating Button** | Pro chat widget for websites |
53
- | 🌍 **90+ Languages** | Understands English, Urdu, Hindi, Arabic, Chinese, and more |
54
 
55
  ---
56
 
57
- ## πŸ—οΈ Architecture
 
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
- ```
60
- β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
61
- β”‚ Naveed AI β”‚
62
- β”‚ by Naveed Khan β”‚
63
- β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
64
- β”‚ β”‚
65
- β”‚ πŸ’¬ Chat ──→ Conversation Engine ──→ Naveed LLM β”‚
66
- β”‚ β”‚ Intent Detection β”‚
67
- β”‚ β”‚ Sentiment Analysis β”‚
68
- β”‚ β”‚ Context Memory β”‚
69
- β”‚ β”‚ Thinking Mode β”‚
70
- β”‚ β”‚
71
- β”‚ 🎨 Prompt ──→ Image Engine ──→ Generated Image β”‚
72
- β”‚ 🎀 Voice ──→ Speech Engine ──→ Text β”‚
73
- β”‚ πŸ–ΌοΈ Image ──→ Vision Engine ──→ Analysis β”‚
74
- β”‚ β”‚
75
- β”‚ Output: Streaming + Emoji + Markdown + Think β”‚
76
- β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€οΏ½οΏ½οΏ½β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
77
- ```
78
 
79
  ---
80
 
81
- ## πŸš€ Quick Start
 
 
82
 
83
- ### Python
84
  ```python
85
  from gradio_client import Client
 
86
  client = Client("bilalnaveed/Naveedai")
87
- result = client.predict(message="Hello!", api_name="/chat")
 
 
 
 
 
88
  print(result)
89
  ```
90
 
91
- ### JavaScript
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  ```javascript
93
- const resp = await fetch("https://bilalnaveed-naveedai.hf.space/api/predict", {
94
  method: "POST",
95
  headers: { "Content-Type": "application/json" },
96
- body: JSON.stringify({ data: ["Hello!"] })
97
  });
98
- const data = await resp.json();
99
- console.log(data.data[0]);
100
  ```
101
 
102
- ### Embed on Any Website
103
- ```html
104
- <iframe src="https://bilalnaveed-naveedai.hf.space"
105
- width="100%" height="700"
106
- style="border-radius:16px; border:2px solid #7c3aed;"
107
- allow="microphone">
108
- </iframe>
109
- ```
 
 
 
 
110
 
111
  ---
112
 
113
- ## πŸ“Š Specifications
114
-
115
- | Spec | Detail |
116
- |------|--------|
117
- | **Model** | Naveed AI v1.5 (Custom, 4-bit optimized) |
118
- | **Parameters** | 1.5 Billion |
119
- | **Engine** | Naveed AI Engine |
120
- | **Quantization** | 4-bit optimized |
121
- | **Context** | 4096 tokens |
122
- | **Speed** | ~15-30 tokens/sec |
123
- | **Vision** | Naveed AI Vision Engine |
124
- | **Image Gen** | Naveed AI Image Engine |
125
- | **STT** | Naveed AI Speech Engine |
126
- | **Cost** | FREE |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
 
128
  ---
129
 
130
- ## πŸ‘¨β€πŸ’» Creator
131
 
132
- **Naveed Khan** β€” AI Developer & Researcher
133
 
134
- > *"AI should be free and accessible to everyone."*
135
 
136
  ---
137
 
138
  <div align="center">
139
 
140
- **🌐 [Live Demo](https://bilalnaveed-naveedai.hf.space) β€’ Built with ❀️ by Naveed Khan**
141
 
142
  </div>
 
1
  ---
2
  title: Naveed AI
3
  emoji: 🧠
4
+ colorFrom: indigo
5
  colorTo: blue
6
  sdk: docker
7
  pinned: true
8
  license: mit
9
+ short_description: Your intelligent conversation partner β€” ask me anything
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <div align="center">
13
 
14
  # 🧠 Naveed AI
15
 
16
+ ### *Your brilliant conversation partner β€” ask anything, get instant answers*
17
 
18
+ [![Built with Love](https://img.shields.io/badge/Built%20with-%E2%9D%A4-red?style=flat-square)](https://huggingface.co/spaces/bilalnaveed/Naveedai)
19
+ [![Free Forever](https://img.shields.io/badge/Free-Forever-22c55e?style=flat-square)](#)
20
+ [![Real-Time](https://img.shields.io/badge/Streaming-Real--Time-6366f1?style=flat-square)](#)
21
+ [![CPU Ready](https://img.shields.io/badge/CPU-Ready-f97316?style=flat-square)](#)
22
 
23
+ </div>
 
 
24
 
25
  ---
26
 
27
+ ## ✨ What Makes Naveed AI Special?
28
 
29
+ Naveed AI isn't just another chatbot. It's your **always-on expert companion** β€” fluent in everything from science and code to life advice and creative writing. Whether you need a quick fact, a full essay, a working script, or just someone to think out loud with β€” Naveed AI delivers instantly.
30
+
31
+ > πŸ’¬ *"Just type. No setup, no limits, no subscriptions β€” ever."*
 
 
 
 
 
 
 
 
 
 
 
32
 
33
  ---
34
 
35
+ ## 🎯 What Can You Ask?
36
+
37
+ | πŸ’‘ Category | πŸ”₯ Example Prompt |
38
+ |---|---|
39
+ | **Life & Advice** | *"How do I stop procrastinating for good?"* |
40
+ | **Code & Tech** | *"Write a Python script to scrape news headlines"* |
41
+ | **Health & Fitness** | *"Design a 4-week beginner workout plan"* |
42
+ | **Finance** | *"Explain compound interest with real examples"* |
43
+ | **Writing** | *"Help me write a cover letter for a marketing role"* |
44
+ | **Science** | *"Why does the sky turn red at sunset?"* |
45
+ | **Learning** | *"Teach me machine learning basics in 5 minutes"* |
46
+ | **Creative** | *"Write a story about a robot who learns to dream"* |
47
+ | **Fact-Check** | *"Is it true we only use 10% of our brain?"* |
48
+ | **Language** | *"Translate this email to formal French"* |
49
 
50
+ ---
51
+
52
+ ## ⚑ Try It Right Now
53
+
54
+ **Just start typing in the chat box above!**
55
+
56
+ No sign-up. No configuration. No waiting. No cost.
 
 
 
 
 
 
 
 
 
 
 
 
57
 
58
  ---
59
 
60
+ ## πŸ”Œ Use Naveed AI in Your Apps
61
+
62
+ Connect from any project β€” zero configuration needed:
63
 
 
64
  ```python
65
  from gradio_client import Client
66
+
67
  client = Client("bilalnaveed/Naveedai")
68
+
69
+ result = client.predict(
70
+ message="What are the top 3 habits of highly successful people?",
71
+ history=[],
72
+ api_name="/chat_fn"
73
+ )
74
  print(result)
75
  ```
76
 
77
+ **Multi-turn conversation:**
78
+
79
+ ```python
80
+ from gradio_client import Client
81
+
82
+ client = Client("bilalnaveed/Naveedai")
83
+ history = []
84
+
85
+ def ask(message):
86
+ global history
87
+ result = client.predict(
88
+ message=message,
89
+ history=history,
90
+ api_name="/chat_fn"
91
+ )
92
+ history = result
93
+ last = result[-1]
94
+ return last.get("content", "") if isinstance(last, dict) else (last[1] or "")
95
+
96
+ print(ask("Hello! Who are you?"))
97
+ print(ask("What topics can you help me with?"))
98
+ print(ask("Give me a motivational quote to start my day"))
99
+ ```
100
+
101
+ **REST API β€” call from anywhere:**
102
+
103
+ ```bash
104
+ curl -X POST "https://bilalnaveed-naveedai.hf.space/run/predict" \
105
+ -H "Content-Type: application/json" \
106
+ -d '{"data": ["Tell me a fascinating fact about the universe", []]}'
107
+ ```
108
+
109
+ **JavaScript (browser or Node.js):**
110
+
111
  ```javascript
112
+ const response = await fetch("https://bilalnaveed-naveedai.hf.space/run/predict", {
113
  method: "POST",
114
  headers: { "Content-Type": "application/json" },
115
+ body: JSON.stringify({ data: ["Explain AI in one paragraph", []] })
116
  });
117
+ const { data } = await response.json();
118
+ console.log(data);
119
  ```
120
 
121
+ ---
122
+
123
+ ## πŸ’¬ Real Conversations
124
+
125
+ <details>
126
+ <summary><strong>πŸ“Œ See example conversations</strong></summary>
127
+
128
+ ---
129
+
130
+ **You:** Explain blockchain like I'm 12 years old
131
+
132
+ **Naveed AI:** Imagine you and your friends keep a shared notebook where everyone writes down every trade β€” like "Ali gave Zara 5 stickers." Everyone has a copy, and nobody can erase or fake an entry because everyone else's copy would disagree. That shared, unfakeable notebook β€” running across thousands of computers β€” is basically a blockchain.
133
 
134
  ---
135
 
136
+ **You:** I feel unmotivated lately. What should I do?
137
+
138
+ **Naveed AI:** That's more common than you'd think, and it usually signals one of a few things: mental exhaustion, losing connection to your *why*, or tasks that feel too large. Here's what actually helps:
139
+
140
+ 1. **Break it tiny** β€” pick one 5-minute task and just start. Momentum builds itself.
141
+ 2. **Protect your sleep** β€” motivation is almost impossible on poor rest.
142
+ 3. **Reconnect with your why** β€” write down what genuinely excites you about the goal.
143
+ 4. **Move your body** β€” even a 10-minute walk resets brain chemistry fast.
144
+
145
+ What area of your life feels most stuck right now?
146
+
147
+ ---
148
+
149
+ **You:** Is it true that we only use 10% of our brain?
150
+
151
+ **Naveed AI:** That's one of the most popular myths out there β€” and it's completely false. Brain imaging shows virtually all regions are active at some point, and most areas are firing almost constantly. The "10%" idea spread from misquoted research and got amplified by self-help culture. The real truth? Your brain is already working hard β€” the question is how intentionally you're directing that activity.
152
+
153
+ ---
154
+
155
+ </details>
156
+
157
+ ---
158
+
159
+ ## 🌟 Built For Everyone
160
+
161
+ Whether you're a student, developer, professional, or just curious β€” Naveed AI is your shortcut to clear, honest answers.
162
+
163
+ - πŸ“š **Students** β€” research, essays, explanations, exam prep
164
+ - πŸ‘¨β€πŸ’» **Developers** β€” code help, debugging, architecture advice
165
+ - 🏒 **Professionals** β€” emails, reports, presentations, analysis
166
+ - 🌍 **Everyone** β€” fast, honest answers to any question
167
 
168
  ---
169
 
170
+ ## 🀝 About
171
 
172
+ **Naveed AI** was created by **Naveed Khan** with one goal in mind: make a genuinely helpful AI that is fast, free, and accessible to everyone β€” regardless of hardware or budget.
173
 
174
+ > *"Intelligence should be accessible to everyone."* β€” Naveed Khan
175
 
176
  ---
177
 
178
  <div align="center">
179
 
180
+ Made with ❀️ by **Naveed Khan** &nbsp;Β·&nbsp; Free Forever &nbsp;Β·&nbsp; [Try it now ↑](#)
181
 
182
  </div>