Machine Learning
Install and run Llama on Node JS with this project
If you're a die hard Javascript developer and you want to try out Llama you can run it on NodeJS.
llama
nodejs
ai
machine learning
#TODO https://llama-node.vercel.app/docs/start
You can run Llama on NodeJS and call the model with javascript.
In this tutorial we will:
- Create a new NodeJS project and install dependencies
- Call Llama for text generation
1
Prerequisites
- #TODO
2
Create a project
EASY~10MIN