Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 1.99 KB

README.md

File metadata and controls

56 lines (47 loc) · 1.99 KB

CS F437: Generative AI - Lab Sheets and Code Files

This repository contains my solutions to the lab sessions for the course CS F437: Generative AI. Each lab focuses on different aspects and applications of generative models. I have included my solutions, the original lab instructions, and any necessary data or results files.

Table of Contents

Setup Instructions

To run the solutions on your local machine, follow these steps:

  1. Clone the repository:
    git clone https://github.com/Ojasva-Goyal/CS-F437--Generative-AI---Labs.git
    cd CS-F437--Generative-AI---Labs
  2. Install necessary dependencies. It's recommended to use a virtual environment:
    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Navigate to the respective lab directory and open the Jupyter notebook:
    cd Lab_<Lab_No>
    jupyter notebook <solution_file_name>.ipynb

Note: Ensure you have Jupyter installed. If not, you can install it via pip:

pip install jupyter

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details.

Contact

Created by Ojasva Goyal - feel free to contact me at ojasvagoyal9@gmail.com for any questions or feedback.