PragatiShala is an innovative platform designed to bridge the gap between education and employability for Indian youth. Leveraging cutting-edge AI technology, we provide personalized skill assessments, real-time market analysis, and customized learning paths. Our goal is to empower millions of young Indians with the skills they need to succeed in the modern job market.
- AI-Driven Skill Assessment: Personalized assessments to identify user strengths and areas for improvement.
- Real-Time Market Analysis: Up-to-date insights into industry trends and job market demands.
- Customized Learning Paths: Tailored learning roadmaps based on individual goals and market needs.
- Resume Builder: AI-powered resume generation to help users create professional resumes.
- Multi-Language Support: Accessible in multiple Indian languages.
- Accessibility: Designed to be accessible for all users, including those with disabilities.
- Frontend: React with Chakra UI
- Backend: FastAPI
- AI Models: GPT-4, Gemini Pro, Claude
- Database: MySQL
- Caching: Redis
- APIs: LinkedIn, Indeed, etc.
- Phase 1: Core Platform Development
- User management system
- Basic skill assessment engine
- Initial learning path generator
- Resume generation feature
- Database setup and basic API endpoints
- Phase 2: AI Integration
- Market analysis system
- Advanced skill assessment
- Personalized recommendations
- Real-time updates system
- Phase 3: Platform Enhancement
- Advanced analytics
- Performance optimization
- Additional integrations
- Enhanced security features
- Clone the repository:
git clone [your-repo-url]
- Install dependencies:
npm install
(for frontend),pip install -r requirements.txt
(for backend) - Start the development server:
npm start
(for frontend),uvicorn main:app --reload
(for backend)
We welcome contributions to this project. Please feel free to submit pull requests or open issues.
This project is licensed under the MIT License.