JhormanSalazar /
GestockFrontend
Gestock is a web application for business inventory management, developed by an AI-driven engineering team.
38/100 healthLoading repository data…
Agasthyabhunedri / repository
Developed an AI-driven full-stack platform that analyzes resumes and generates personalized interview questions using serverless APIs; deployed on AWS with scalable Lambda backend, S3 storage, and React dashboard for real-time insights.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Stack: MERN (MongoDB, Express, React, Node) • Cloud: AWS Lambda + API Gateway + S3 • AI: OpenAI API
An AI‑driven full‑stack platform that analyzes resumes and generates personalized interview questions & feedback. Designed to be simple to run locally and easily deployable with Serverless to AWS Lambda.
React (Vite) ──────> API Gateway ──────> Lambda (Express via serverless-http)
│ │
│ └──────> S3 (uploads)
│
└────────────────────────────────> MongoDB Atlas (metadata, sessions)
Lambda ──> OpenAI (analysis) ──> returns fit-scores, questions, feedback
/analyze/upload, /analyze/status/:id, /analyze/result/:id)See docs/ARCHITECTURE.md for sequence diagrams & code flow.
USE_MOCK_AI=true)cd backend
cp .env.example .env
# edit .env to add OPENAI_API_KEY (or USE_MOCK_AI=true), and AWS creds if using S3 locally
npm install
npm run dev
cd frontend
npm install
npm run dev
# open http://localhost:5173
npm install -g serverless
cd backend
npm install
serverless deploy
This provisions:
Get the endpoint from the deploy output and set VITE_API_BASE in frontend/.env.
backend/.env):# OpenAI
OPENAI_API_KEY=
USE_MOCK_AI=false
# Mongo
MONGO_URI=
# AWS (optional for S3 usage locally)
AWS_REGION=us-east-1
S3_BUCKET=smart-interview-coach-dev
# App
PORT=8080
ALLOW_ORIGIN=http://localhost:5173
frontend/.env):VITE_API_BASE=http://localhost:8080
POST /analyze/upload — multipart/form-data (file), returns { jobId }GET /analyze/status/:jobId — returns { status }GET /analyze/result/:jobId — returns { resumeText, questions[], feedback, fitScores{} }Detailed docs: docs/API.md
/analyze/upload) → backend stores file (local or S3), extracts text, creates jobIdSequence diagrams & notes: docs/ARCHITECTURE.md
npm run dev (backend) — nodemon-based local servernpm run deploy (backend) — serverless deploy shortcutnpm run dev (frontend) — Vite dev serverMIT — see LICENSE
Selected from shared topics, language and repository description—not editorial ratings.
JhormanSalazar /
Gestock is a web application for business inventory management, developed by an AI-driven engineering team.
38/100 healthAdityaShinde716 /
Developed an AI-driven Code Explainer web application supporting C++, Java, JavaScript, and Python. Integrated OpenAI models via the Nebius AI API and implemented advanced rate limiting for security. Engineered a scalable architecture with a React.js frontend and Node.js/Express backend.
38/100 healthBsuryaarjun /
Developed a full-stack CV parsing app using HTML, CSS, JavaScript, and Express.js for seamless resume uploads. Integrated OpenAI’s GPT API to extract and analyze key resume details like skills and experience. Built an AI-powered system that automates resume analysis and improves job matching accuracy.
34/100 healthPrathikasankar /
Developed an AI-powered Stock Analysis System using Django, HTML, CSS, and JavaScript. Features include real-time stock updates, trending stocks, portfolio tracking, and AI-driven insights. Strengthened full-stack skills and integrated AI with financial data.
27/100 healthpavithra-1449 /
Developed an AI-driven website builder using LangChain & Streamlit that generates HTML, CSS, and JavaScript from simple text prompts. The system demonstrates efficient LLM workflows, automation, and practical AI application development.
34/100 healthSatyam0212s /
Advanced Stone Paper Scissors Game | JavaScript Project Developed an interactive web-based game with AI-driven opponent, multiplayer mode, score tracking, and tournament logic. Implemented responsive UI, sound effects, and dynamic gameplay using HTML, CSS, and JavaScript.
42/100 health