Meet Your New Study Buddy: NST AI

Your AI-powered study companion designed specifically for Newton School of Technologies!

Ask AI Anything

Get instant answers to questions about your lectures and notes.

Summarize Notes

Automatically summarise classes, lectures, and key study topics.

Offline Access

Access powerful LLM capabilities without an internet connection.

Upcoming Features

Subject-Specific Sections

Dedicated spaces for Software & Web, PSP, Math, and more!

Flowcharts & Memory Notes

Create visual aids and organize complex information.

Offline Optimization

System-Optimized Model with SLM and 1-bit LLM technology.

Interview Enhancement

Facial recognition and emotion detection for better feedback.

Installation Guide

Prerequisites

  • 🐍 Python 3.11
  • 🍺 Homebrew

Step-by-Step Installation

  1. Update Pip
    pip install pip --upgrade
  2. Install Poetry
       pip install poetry
    poetry --version
  3. Install Ollama.ai
    • Download from Ollama's official website
    • Follow installation instructions
    • Quit Ollama from taskbar
  4. Download LLM Models
    ollama pull mistral
    ollama pull nomic-embed-text
  5. Start Ollama Service
    ollama serve
  6. Install Dependencies
    poetry install --extras "ui llms-ollama embeddings-ollama vector-stores-qdrant"
  7. Run NST AI
    PGPT_PROFILES=ollama make run