This project generates learning roadmaps for given search queries. For example, if a user searches for "machine learning", the project will generate a learning roadmap for machine learning. The roadmap will include the most important topics, resources, and learning paths for machine learning.
- We use
pnpm
for package management. You can installpnpm
by following the instructions here. - To install the dependencies, run
pnpm install
. - To start the development server, run
pnpm dev
. - To build the project, run
pnpm build
. - To start the production server, run
pnpm start
.
- Multimodel Support .
- Share roadmap via public URL.
- Recommended Orilley Books.
docker login ghcr.io
docker build . -t ghcr.io/thatbeautifuldream/ai-roadmap-generator:latest
docker push ghcr.io/thatbeautifuldream/ai-roadmap-generator:latest
docker pull ghcr.io/thatbeautifuldream/ai-roadmap-generator:latest
docker run -d -p 3000:3000 --name ai-roadmap-generator ghcr.io/thatbeautifuldream/ai-roadmap-generator:latest