Skip to content

This repository contains my solutions to the lab sessions for the course CS F437: Generative AI.

License

Notifications You must be signed in to change notification settings

Ojasva-Goyal/CS-F437--Generative-AI---Labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published