|
3 місяців тому | |
---|---|---|
.. | ||
public | 3 місяців тому | |
server | 3 місяців тому | |
src | 3 місяців тому | |
.gitignore | 3 місяців тому | |
README.md | 3 місяців тому | |
package-lock.json | 3 місяців тому | |
package.json | 3 місяців тому | |
tailwind.config.js | 3 місяців тому |
Book Mind is a web application that allows users to explore character relationships and storylines in books using AI-powered visualizations. This leverages Llama 4's impressive 10M and 1M token context windows to process entire books at once, enabling comprehensive analysis of complex narratives and character relationships across lengthy texts.
Model | Meta Llama4 Maverick | Meta Llama4 Scout | OpenAI GPT-4.5 | Claude Sonnet 3.7 |
---|---|---|---|---|
Context Window | 1M tokens | 10M tokens | 128K tokens | 1K tokens |
Because of the long context length, Book Mind can process entire books at once, providing a comprehensive understanding of complex narratives and character relationships.
Sign up for a free API key at https://www.together.ai/.
Create a .env
file in the root directory of the project and add the following line:
REACT_APP_TOGETHER_API_KEY=<YOUR_API_KEY>
npm install
npm start