Lino Garcia Vallejo (linogarciavallejo)

linogarciavallejo

Geek Repo

Company:Kloudala

Location:Guatemala City, Guatemala

Twitter:@linusvallejo

Github PK Tool:Github PK Tool

Lino Garcia Vallejo's starred repositories

generative-ai-for-beginners

18 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/

Language:Jupyter NotebookLicense:MITStargazers:56926Issues:0Issues:0

EFCorePowerTools

Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI

Language:C#License:MITStargazers:2061Issues:0Issues:0

sciword

Open source Scientific Word (from MacKichan Software, Inc.)

License:MPL-2.0Stargazers:42Issues:0Issues:0

DependenSee

Dotnet project and package dependency visualizer.

Language:HTMLLicense:MITStargazers:320Issues:0Issues:0

diagrams

:art: Diagram as Code for prototyping cloud system architectures

Language:PythonLicense:MITStargazers:35694Issues:0Issues:0

react-windows-auth

Windows Authentication with React and .NET Core: Bare Bones

Language:JavaScriptLicense:MITStargazers:22Issues:0Issues:0
Language:RubyStargazers:15Issues:0Issues:0

nextjs-fullstack-app-template

A fullstack template for a NextJs App

Language:TypeScriptStargazers:715Issues:0Issues:0

docker-compose-react-nodejs-mysql

Docker Compose React, Nodejs, MySQL - with Nginx and Express Rest API example

Language:JavaScriptStargazers:59Issues:0Issues:0

astexplorer

A web tool to explore the ASTs generated by various parsers.

Language:JavaScriptLicense:MITStargazers:6055Issues:0Issues:0

vscode-extension-samples

Sample code illustrating the VS Code extension API.

Language:TypeScriptLicense:MITStargazers:8423Issues:0Issues:0

espree

Monorepo for the JS language tools.

Language:JavaScriptLicense:BSD-2-ClauseStargazers:2261Issues:0Issues:0

cypress-grep

Filter tests using substring

Language:JavaScriptStargazers:139Issues:0Issues:0

react-design-patterns-2895130

React: Design Patterns

License:NOASSERTIONStargazers:361Issues:0Issues:0

PyBot-A-ChatBot-For-Answering-Python-Queries-Using-NLP

Pybot can change the way learners try to learn python programming language in a more interactive way. This chatbot will try to solve or provide answer to almost every python related issues or queries that the user is asking for. We are implementing NLP for improving the efficiency of the chatbot. We will include voice feature for more interactivity to the user. By utilizing NLP, developers can organize and structure knowledge to perform tasks such as automatic summarization, translation, named entity recognition, relationship extraction, sentiment analysis, speech recognition, and topic segmentation. NLTK has been called “a wonderful tool for teaching and working in, computational linguistics using Python,” and “an amazing library to play with natural language.The main issue with text data is that it is all in text format (strings). However, the Machine learning algorithms need some sort of numerical feature vector in order to perform the task. So before we start with any NLP project we need to pre-process it to make it ideal for working. Converting the entire text into uppercase or lowercase, so that the algorithm does not treat the same words in different cases as different Tokenization is just the term used to describe the process of converting the normal text strings into a list of tokens i.e words that we actually want. Sentence tokenizer can be used to find the list of sentences and Word tokenizer can be used to find the list of words in strings.Removing Noise i.e everything that isn’t in a standard number or letter.Removing Stop words. Sometimes, some extremely common words which would appear to be of little value in helping select documents matching a user need are excluded from the vocabulary entirely. These words are called stop words.Stemming is the process of reducing inflected (or sometimes derived) words to their stem, base or root form — generally a written word form. Example if we were to stem the following words: “Stems”, “Stemming”, “Stemmed”, “and Stemtization”, the result would be a single word “stem”. A slight variant of stemming is lemmatization. The major difference between these is, that, stemming can often create non-existent words, whereas lemmas are actual words. So, your root stem, meaning the word you end up with, is not something you can just look up in a dictionary, but you can look up a lemma. Examples of Lemmatization are that “run” is a base form for words like “running” or “ran” or that the word “better” and “good” are in the same lemma so they are considered the same.

Language:PythonStargazers:84Issues:0Issues:0

deckofcards

An API to simulate a deck of cards

Language:JavaScriptLicense:MITStargazers:1321Issues:0Issues:0

21-card-trick

21 Card trick done in React

Language:JavaScriptLicense:MITStargazers:6Issues:0Issues:0

CodeGen

Reference implementation of code generation projects from Facebook AI Research. General toolkit to apply machine learning to code, from dataset creation to model training and evaluation. Comes with pretrained models.

Language:PythonLicense:MITStargazers:693Issues:0Issues:0

TransCoder

Public release of the TransCoder research project https://arxiv.org/pdf/2006.03511.pdf

Language:PythonLicense:NOASSERTIONStargazers:1680Issues:0Issues:0

React-Sight

Visualization tool for React, with support for Fiber, Router (v4), and Redux

Language:JavaScriptLicense:MITStargazers:2849Issues:0Issues:0

pollyjs

Record, Replay, and Stub HTTP Interactions.

Language:JavaScriptLicense:Apache-2.0Stargazers:10200Issues:0Issues:0

code-coverage

Saves the code coverage collected during Cypress tests

Language:JavaScriptLicense:MITStargazers:424Issues:0Issues:0

dependency-cruiser

Validate and visualize dependencies. Your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.

Language:JavaScriptLicense:MITStargazers:5082Issues:0Issues:0

casual

Fake data generator for javascript

Language:JavaScriptStargazers:3027Issues:0Issues:0

twitter-block-chain

Chrome extension to block all users on a followers/following page.

Language:JavaScriptLicense:MITStargazers:247Issues:0Issues:0

ui

[Archived] 🔩 Klarna's UI components library

Language:JavaScriptLicense:NOASSERTIONStargazers:209Issues:0Issues:0

higher-order-components

A collection of useful React higher-order components

Language:JavaScriptLicense:MITStargazers:129Issues:0Issues:0

vscode-codicons

The icon font for Visual Studio Code

Language:HandlebarsLicense:CC-BY-4.0Stargazers:845Issues:0Issues:0

vscode

Visual Studio Code

Language:TypeScriptLicense:MITStargazers:160832Issues:0Issues:0

docs

This repository contains .NET Documentation.

Language:DockerfileLicense:CC-BY-4.0Stargazers:4176Issues:0Issues:0