A Next.js application for analyzing text from Project Gutenberg using AI and visualization techniques.
This project provides tools for text analysis and visualization of public domain books from Project Gutenberg, leveraging modern web technologies and AI capabilities.
The project contains a Next.js application in the guten-analyze directory.
# Navigate to the application directory
cd guten-analyze
# Install dependencies
npm install
# Start the development server
npm run devThen open https://guten-analyze.vercel.app/ to see the application.
- Next.js 15
- React 19
- GROQ for LLM interface
- ReactFlow for interactive diagrams
- D3 Force for visualization physics
- TanStack Query for data fetching, caching and state management
- Meta Llama 4 Scout model for text analysis
- Framer Motion
- Tailwind CSS
See the application README for more details about development and configuration.