πŸ“ Notable Projects

1. OpenAI-Powered Chatbot (MR-Bones)

MrBones is an AI-powered, interactive skeletal system learning platform designed to make anatomy education engaging and accessible. Built for students, educators, and medical enthusiasts like me, it leverages OpenAI’s advanced language models to provide a conversational interface for exploring human anatomy.

🧱 Tech Stack

Layer Technology
Frontend React, TailwindCSS, Three.js,vite
Backend Node.js, Express, REST API
AI Azure OpenAI, LangChain
Database MongoDB (Mongoose ODM)
DevOps GitHub Actions, Docker, Vercel/Azure
Auth JWT / OAuth2.0

have a look at the GitHub repository for more details.

πŸš€ Get Started

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Clone the repo
git clone https://github.com/Emmoloks/MrBones.git
cd MrBones/packages/webapp

# Install dependencies
npm install

# Set up environment variables
cp .env.example .env
# Edit .env with your API keys and config

# Start development server
npm run dev
# Build for production
npm run build

checkout my github profile for more projects Emmoloks