├── AWS sagemaker ├── Untitled (2).ipynb ├── falcon40B-instruct-notebook-full.ipynb └── test.py ├── Blog generation in aws ├── app.py └── requirements.txt ├── LICENSE └── README.md /AWS sagemaker/Untitled (2).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Generative-AI-With-Cloud/HEAD/AWS sagemaker/Untitled (2).ipynb -------------------------------------------------------------------------------- /AWS sagemaker/falcon40B-instruct-notebook-full.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Generative-AI-With-Cloud/HEAD/AWS sagemaker/falcon40B-instruct-notebook-full.ipynb -------------------------------------------------------------------------------- /AWS sagemaker/test.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Blog generation in aws/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Generative-AI-With-Cloud/HEAD/Blog generation in aws/app.py -------------------------------------------------------------------------------- /Blog generation in aws/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Generative-AI-With-Cloud/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Generative-AI-With-Cloud/HEAD/README.md --------------------------------------------------------------------------------