https://github.com/ahmadjamil888/ahmadgpt
Ahmad GPT is a powerful generative AI built by Ahmad Jamil, capable of creating text, code, images, and speech using advanced NLP and multimodal capabilities.
https://github.com/ahmadjamil888/ahmadgpt
agent ahmad ai ai-assistant app artificial-intelligence assistant botpress demo firecrawl gen generative gpt jamil prompt wikipedia
Last synced: 4 months ago
JSON representation
Ahmad GPT is a powerful generative AI built by Ahmad Jamil, capable of creating text, code, images, and speech using advanced NLP and multimodal capabilities.
- Host: GitHub
- URL: https://github.com/ahmadjamil888/ahmadgpt
- Owner: Ahmadjamil888
- Created: 2025-04-09T16:04:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T16:19:58.000Z (about 1 year ago)
- Last Synced: 2025-05-18T12:11:16.033Z (about 1 year ago)
- Topics: agent, ahmad, ai, ai-assistant, app, artificial-intelligence, assistant, botpress, demo, firecrawl, gen, generative, gpt, jamil, prompt, wikipedia
- Homepage: https://cdn.botpress.cloud/webchat/v2.3/shareable.html?configUrl=https://files.bpcontent.cloud/2025/02/08/06/20250208060821-YOSJMP7D.json
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🚀✨ Ahmad GPT
An AI so powerful, it thinks, speaks, codes, and creates like a human.
---
## 🌟 What is Ahmad GPT?
> Ahmad GPT is a **multimodal generative AI** created by **15-year-old prodigy Ahmad Jamil**. It can generate:
- 📝 Human-like **Text**
- 💻 Functional **Code**
- 🧠 Smart **NLP responses**
- 🎨 AI-generated **Images**
- 🗣️ Voice-based **Interaction** (input + output)
Built using cutting-edge AI tools and trained with a custom dataset, Ahmad GPT is the next frontier in personalized, accessible generative AI.
---
## 🖼️ UI Preview
---
## ⚙️ Tech Stack
| 🛠️ Tool | 💡 Purpose |
|----------------|--------------------------------|
| GPT-4o Mini | Core AI engine (text/code) |
| Firecrawl | Dataset generation from web |
| Botpress | Chat interface & deployment |
| Python + JS | Core backend/frontend logic |
---
## 🚀 Features
- ✨ Fully **generative AI** (Text, Code, Image, Speech)
- 🧠 Intelligent NLP (Q&A, summarization, translation)
- 🎙️ Voice-enabled AI (mic input + voice output)
- 📱 Clean, modern **UI**
- 🧩 Modular and easy to extend
---
## 🔧 Installation
```bash
git clone https://github.com/Ahmadjamil888/AhmadGPT
cd AhmadGPT
# Install backend dependencies
pip install -r requirements.txt
# (or if using Node.js)
npm install
# Start the app
npm run dev # or python app.py