An open API service indexing awesome lists of open source software.

https://github.com/wilsonsilva/getting-started-with-mistral-ai

Transcription of DeelpLearning.AI's Getting Started with Mistral course
https://github.com/wilsonsilva/getting-started-with-mistral-ai

Last synced: 7 months ago
JSON representation

Transcription of DeelpLearning.AI's Getting Started with Mistral course

Awesome Lists containing this project

README

          

# Getting started with Mistral

My notes from DeepLearning.AI's
[Getting Started with Mistral](https://learn.deeplearning.ai/courses/getting-started-with-mistral) course.

## Features
- Transcriptions
- Fully commented code samples
- Tests
- Ability to easily change Mistral models and endpoints

## Requirements

- Python 3.12
- Pip

## Installation

```
source .venv/bin/activate
pip3 install -r requirements.txt
```