A large amount of essential information gets buried in unstructured data - from extensive PDFs to scattered meeting notes and one-off spreadsheets.
Clone the .env.example
file and rename it as .env.local
, and use your own keys.
Then you can install the dependencies and start to develop.
pnpm install # installing dependencies
pnpm run dev # runing development environment
Open http://localhost:3000 with your browser to see the result.
You can get a build on your local and test it:
pnpm run build # it will build the application
pnpm run start # this will run the application on production mode
You need to run yodeai-server to make the application available with all the features. Once it is running, it'll be good to go 🙌🏻
You can clone & deploy it to Vercel with one click:
Learn More
< 6C56 /a>To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Please report any feedback or issue reports on here.