Corporate onboarding is inefficient and non-personalized.
LoomGraph uses AI to:
- extract skills from resumes
- detect suitable roles
- identify skill gaps
- generate personalized learning paths
- AI-powered skill extraction
- Role detection engine
- Skill gap analysis
- Readiness scoring
- Personalized roadmap generation
- FastAPI
- React
- Gemini API
- User inputs resume
- System extracts skills
- Matches with role
- Identifies gaps
- Generates roadmap
git clone https://github.com/tamannaa-rath/loomGraph.git
cd loomGraphcd backend
python -m venv venv
venv\Scripts\activate # For Windows
pip install -r requirements.txt
# Create a .env file inside the backend folder and add:
GOOGLE_API_KEY=your_api_key_here
# Run the backend server:
uvicorn main:app --reloadcd frontend
npm install
npm start- Frontend: http://localhost:3000
- Backend: http://127.0.0.1:8000
- Reduces onboarding time
- Personalized learning
- Improves employee productivity
- Skill graph visualization
- Resume upload support
- User authentication
- Analytics dashboard