SATIInsight is a modern, AI-powered platform designed to bridge the gap between talented students and the professional world. It offers a comprehensive ecosystem for skill validation, talent discovery, and real-time communication, empowering students to showcase their abilities and enabling recruiters and mentors to find and connect with the right individuals. By leveraging generative AI, SATIInsight provides a dynamic, transparent, and supportive environment for career growth and networking.
- AI Skill Validator: Automatically assesses and rates student skills (1-5 stars) by analyzing public profiles from GitHub, LinkedIn, and LeetCode, providing a quick and reliable assessment of their capabilities.
- Dynamic Skill Showcase: Allows students to display their validated skills and projects with direct links to the evidence, creating a transparent and verifiable digital portfolio.
- Real-Time Messaging: A built-in chat system powered by Firebase allows recruiters, mentors, and students to connect and communicate directly within the platform, fostering seamless interaction.
- Advanced Talent Search: Empowers recruiters and mentors to filter and search for talent based on specific skills, academic year, and overall rating, making it easy to find the perfect candidate.
- Personalized AI Mentor: Delivers tailored feedback, career advice, and actionable improvement roadmaps based on a student's unique profile and activities, fostering continuous learning.
- Secure Role-Based Authentication: Ensures that only authorized users can access the platform, with specific permissions for students, recruiters, and mentors.
To get a local copy up and running, follow these simple steps.
- Node.js (v18 or later)
- npm
- Clone the repo
git clone https://github.com/isanidhya/SATI-Insight.git
- Install NPM packages
npm install
- Run the development server
npm run dev
- Next.js - React Framework
- Firebase - Authentication & Realtime Database (Firestore)
- Tailwind CSS - CSS Framework
- ShadCN UI - Component Library
- Genkit - AI Framework for Generative Models
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request