Skip to content

Latest commit

 

History

52 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

VictorGPT 🤖

An AI-powered voice chat application built with React and Node.js.

Live Demo

victor-gpt-smoky.vercel.app

Features

  • 💬 AI chat powered by Meta's LLaMA3 via Groq API
  • 🎤 Voice to text transcription using Groq Whisper
  • 🔐 JWT authentication
  • 📝 Chat thread history with CRUD operations
  • 📱 Responsive design

Tech Stack

Frontend: React, React Router, Context API, react-markdown
Backend: Node.js, Express, MongoDB, Mongoose
Auth: JWT
AI: Groq API (LLaMA3 70B + Whisper)
Storage: Cloudinary, Multer
Deployment: Vercel (frontend), Render (backend)

Setup

  1. Clone the repo
  2. Backend: cd Backend && npm install && npm start
  3. Frontend: cd Frontend && npm install && npm run dev
  4. Add .env files (see below)

Environment Variables

Backend: ATLASDB_URL, JWT_SECRET, GROQ_API_KEY Frontend: VITE_BACKEND_URL

Screenshots:

image image image

About

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages