An AI-powered career guidance tool that helps users explore potential career paths based on their interests. Built with a React frontend, FastAPI backend, and integrated with OpenAI’s GPT-3.5 for intelligent, real-time recommendations.
- Personalized career recommendations based on user input
- Real-time Q&A functionality using OpenAI's GPT-3.5 API
- Clean, responsive UI with React + TypeScript
- Modular full-stack architecture for easy scaling
/frontend— React + TypeScript UI/backend— FastAPI server calling OpenAI API
cd backend- Create
.envwith your OpenAI key: pip install -r requirements.txtuvicorn main:app --reload
cd frontendnpm installnpm run dev
POST /predictPOST /ask-question
- FastAPI
- React + TypeScript
- OpenAI GPT-3.5