This repository contains the Jupyter Notebook gen_ai_1.ipynb
, which demonstrates various techniques and models used in generative AI.
The notebook covers the following topics:
- Basic Implementation of FLAN-T% LLM Model: Initial implementation and conversation summaries without any prompt engineering.
- Colab Integration: Created and integrated using Google Colab for ease of use and collaboration.
To run the notebook, ensure you have Python and Jupyter installed. You can install the required libraries using the following commands:
pip install jupyter
pip install -r requirements.txt
-
Clone the repository:
git clone https://github.com/Harsh-Mathur-1503/genrative_ai.git cd genrative_ai
-
Launch Jupyter Notebook:
jupyter notebook
-
Open
gen_ai_1.ipynb
and run the cells to execute the code.
The notebook includes sections that generate and visualize the results of the generative models. These visualizations provide insights into the model's performance and the quality of the generated data.
If you would like to contribute to this project, please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for more details.