An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

🚀✨ Ahmad GPT



AI

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


Ahmad GPT UI

---

## ⚙️ 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