Skip to content

Latest commit

Β 

History

History
52 lines (33 loc) Β· 1.26 KB

File metadata and controls

52 lines (33 loc) Β· 1.26 KB

πŸ’» Csphere

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.


πŸš€ Features

  • πŸ€– 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

πŸ› οΈ Tech Stack


πŸ“¦ Installation & Running Locally

  1. Clone the repository

    git clone https://github.com/imsuryya/csphere.git
    cd csphere
    
  2. To run the landing page

    cd landingpage
    npm install
    npm run dev
    
  3. To run the main application

    cd client
    npm install
    npm run dev
    
  4. Open your browser and navigate to:

    http://localhost:5173