|
il y a 5 mois | |
---|---|---|
.. | ||
public | il y a 5 mois | |
server | il y a 5 mois | |
src | il y a 5 mois | |
.gitignore | il y a 5 mois | |
README.md | il y a 5 mois | |
package-lock.json | il y a 5 mois | |
package.json | il y a 5 mois | |
tailwind.config.js | il y a 5 mois |
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 token context window to process entire books at once, enabling comprehensive analysis of complex narratives and character relationships across lengthy texts.
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