Giter Site home page Giter Site logo

tomari99 / llm-course Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mlabonne/llm-course

1.0 1.0 0.0 6.51 MB

Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.

Home Page: https://mlabonne.github.io/blog/

License: Apache License 2.0

Jupyter Notebook 100.00%

llm-course's Introduction

Hi ๐Ÿ‘‹, I'm Thet Myoe Khaing (Tomari)

Junior Developer who is passionate in coding related fields such as Web,Mobile and IOT. Most used language Dart(Flutter).

loficity

tomari99

class GitHubProfile {
  final String username;
  final String bio;
  final List<String> skills;

  GitHubProfile({
    required this.username,
    required this.bio,
    required this.skills,
  });

  String aboutMe() {
    final skillsList = skills.map((skill) => '- $skill').join('\n');

    return '''

# Hello, World! ๐Ÿ‘‹

I'm @$username, a passionate Dart developer.

## About Me

- ๐Ÿ’ผ $bio

## Skills

$skillsList

- ๐ŸŒฑ Iโ€™m currently learning **Kotlin**

- ๐Ÿ’ฌ Ask me about **dart(flutter)**

''';
  }
}

void main() {
  final myProfile = GitHubProfile(
    username: 'tomari99',
    bio: 'A Flutter Dev | Dart & Flutter Enthusiast',
    skills: ['Dart', 'Flutter', 'Firebase', 'MongoDB', "Git", "ReactJS", "TailwindCSS"],
  );

  final aboutMe = myProfile.aboutMe();
  print(aboutMe);
}

Connect with me:

thet-myoe-khaing-7423aa26a thetmyoekhaing99 dlwlrmasboy

Languages and Tools:

dart firebase flutter git javascript linux mongodb react tailwind

llm-course's People

Contributors

mlabonne avatar pitmonticone avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.