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

https://github.com/niranjan-bhol/goosebump-ai-assistant

Project developed for Tacticone, featuring an AI-powered customer support chatbot for e-commerce.
https://github.com/niranjan-bhol/goosebump-ai-assistant

ai chatbot css ecommerce fastapi html javascipt javascript machine-learning openai-api render

Last synced: 2 months ago
JSON representation

Project developed for Tacticone, featuring an AI-powered customer support chatbot for e-commerce.

Awesome Lists containing this project

README

          

# Goosebump AI Assistant

Goosebump AI Assistant is an AI-powered customer support chatbot for an e-commerce website like Amazon. It classifies user queries and generates AI-driven responses using OpenAI's GPT-3.5-turbo.

## Tech Stack Used

- **Frontend:** HTML, CSS, JavaScript
- **Backend:** FastAPI (Python)
- **Machine Learning:** Scikit-learn (TF-IDF + Logistic Regression)
- **AI Model:** OpenAI GPT-3.5-turbo
- **Deployment:** Render
- **Other Tools:** Joblib, Pandas, Dotenv, CORS Middleware

## Features

- Classifies user queries using a trained ML model
- Generates AI responses using OpenAI GPT-3.5-turbo
- Provides accurate e-commerce-related support
- Supports CORS for seamless frontend-backend communication
- Easily deployable on Render