The AI-based tool leverages a language model (claude) to enhance reading comprehension by providing real-time explanations, modern language translations, and interactive learning features. Our solution helps bridge the gap between historical texts and modern readers.
Follow the steps below to run the project locally.
- Node.js
- npm (comes with Node.js)
# 1. Clone the Repository
git clone https://github.com/souadyakubu/senior-project.git
cd proj
# 2. Frontend Setup
npm install # Install all frontend dependencies
npm start # Start the frontend development server
# 3. Backend Setup (in a new terminal)
cd server # Navigate to the backend directory
node proxy.js # Start the backend proxy server