Skip to content

Al0win/MonetAI

Repository files navigation

Hey!

This is the project I created for my Generative AI Course.

Cloning: git clone https://github.com/Al0win/MonetAI.git cd MonetAI

#Docker may not work right now. Docker: docker build -t my-jupyter-cuda-cudnn . docker run --rm -it --gpus all -p 8888:8888 -v $(pwd)/monetai:/workspace my-jupyter-cuda-cudnn

Development Workflow

  1. Before starting new work:
git pull origin main  # Get latest changes
  1. After making changes:
git add .
git commit -m "Description of changes"
git push origin main  # Or your feature branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published