tahawar / gen_ai_cogentlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generative AI Task - Cogent Lab

This repository contains code and instructions for setting up a Python environment to work on the Generative AI Task for Cogent Lab.

Getting Started

Follow these steps to set up your environment and run the Jupyter Notebook:

Setup Environment

  1. Clone this repository to your local machine.

    https://github.com/tahawar/gen_ai_cogentlab
    
    
    
  2. Create a new conda environment (replace 'myenv' with your preferred environment name).

    conda create --name myenv python=3.8
    
  3. Activate the conda environment.

    conda activate myenv
    
  4. Install Jupyter Notebook in the environment

    conda install jupyter
    

Run Jupyter Notebook

  1. Start Jupyter Notebook.
    jupyter notebook
    

About


Languages

Language:Jupyter Notebook 100.0%