Csphere is a student-friendly application tailored especially for Computer Science students. It offers subject-specific interaction through a powerful AI chatbot built using Tavily AI and Gemini, helping students gain real-time data, explanations, and study assistance.
- π€ AI Chatbot for CS subjects (powered by Tavily AI + Gemini)
- π Subject-specific spheres for focused learning
- π‘ Real-time data access and responses
- π― Simple and elegant UI for student engagement
- Frontend: React.js
- Styling: Tailwind CSS
- Backend/Database: Firebase
- AI Services: Tavily AI, Gemini
-
Clone the repository
git clone https://github.com/imsuryya/csphere.git cd csphere -
To run the landing page
cd landingpage npm install npm run dev -
To run the main application
cd client npm install npm run dev -
Open your browser and navigate to:
http://localhost:5173