Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by LexiestLeszek
A curated list of projects in awesome lists by LexiestLeszek .
https://github.com/lexiestleszek/scrapegpt
ScrapeGPT is a RAG-based Telegram bot designed to scrape and analyze websites, then answer questions based on the scraped content. The bot utilizes Retrieval Augmented Generation and webscraping to return natural language answers to the user's queries.
crawler huggingface large-language-models llm ollama proxy rag retrieval-augmented-generation robots-txt scraper telegram-bot website-scraper
Last synced: 14 Nov 2024
https://github.com/LexiestLeszek/scrapeGPT
ScrapeGPT is a RAG-based Telegram bot designed to scrape and analyze websites, then answer questions based on the scraped content. The bot utilizes Retrieval Augmented Generation and webscraping to return natural language answers to the user's queries.
crawler huggingface large-language-models llm ollama proxy rag retrieval-augmented-generation robots-txt scraper telegram-bot website-scraper
Last synced: 06 Nov 2024
https://github.com/lexiestleszek/namegen
Self-contained, minimalistic implementation of a language model that generates coherent and normal sounding names. It uses an input dataset of names and probability distribution to generate new names based on the sequences of four characters.
language-model machine-learning markov-chain name-generation natural-language-processing nlp
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/sova_ollama
Open source implementation of Sova - RAG-based Web search engine using power of LLMs. Using Langchain, Ollama, HuggingFace Embeddings and scraping google search results.
large-language-models llm rag-implementation retrieval-augmented-generation web-scraping
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/perplexity-clone-local
Perplexity.ai clone that works completely locally using open source tech.
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/autonomous-cli-agent
Autonomous CLI Agent that uses Local LLM with Ollama to execute tasks in CLI.
autonomous-agents gpt large-language-models llm ollama
Last synced: 12 Oct 2024
https://github.com/lexiestleszek/debategpt
Autonomus AI Agent designed to engage in debate. Supports Ollama (for local LLMs) and Perplexity API.
autonomous-agent autonomous-agents large-language-models llm
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/web-search-ollama-qwen-local
Local LLM Web search using qwen model and Ollama
llm ollama perplexity-ai qwen rag retrieval-augmented-generation
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/qwen_rag_ollama
Simple implementation of RAG with new Qwen 1.5 model using Ollama, Langchain and HuggingFaceEmbeddings.
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/fastapi-ml-vercel
ml model fastapi api that returns which language the text input is written in
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/semantic_search
semantic search to "ask" the subtitles in any YT video to find the answer in the form of timecode of a video
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/langmodel
Simple one-file implementation of a word-based language model that learns to predict the next word based on the previous one by training on a provided text dataset (Karpathy's Tiny Shakespeare in this case).
ai artificial-neural-networks language-model large-language-models natural-language-generation natural-language-processing
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/chatwithdata
Chat with Data app (RAG implementation using Orca-Mini3b, FAISS, Streamlit)
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/influsea
Instagram influencer searching tool based on engagement rate and hashtags
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/investorgpt
InvestorGPT is an AI agent that analyzes the stock that dropped in its price recently and calculates chance for the company to recover the stock price back.
large-language-models llm nlp stock-price-prediction
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/legal_text
chrome extension to analyze text
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/telegram-btc-pay
Telegram bot that accepts bitcoin payments without any Third-Party services.
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/vinted_arbitrage
Python script to find arbitrage (reselling) opportunities on Vinted
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/hallucination_checker
A python library to check your LLM outputs for hallucinations.
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/rl-holdem-agent
Reinforcement Learning agent that learns to play Texas Hold'em Poker.
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/document_ranking
Document ranking based on heat maps.
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/hf_daily_papers_tg_bot
Bot that downloads Hugging Face daily papers and summarizes them using LLMs
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/text2sql_csv
Simple script using local LLM to ask CSV/XLS files with natural language.
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/incomment.js
JS Library for in-product commenting, enabling users to create threaded comments with unique identifiers, appearing on right-click at specified positions within a web application.
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/yt-playlist-creator-from-txt
creating YouTube playlist from a list of artist-song pairs in txt
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/thoughtsapp
Note taking in the form of chat with semantic sarch
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/yt_cc_search
youtube subtitles "ctrl+f" search
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/tictactoe_ai
Tic Tac Toe agent implementation using Q-Learning.
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/twittorgpt
TwittorGPT is a tool that uses GPP4ALL model to generate tweets and then uses JS frontend Twitter API to post them.
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/gmail-email-extract
extract relevant data from gmail emails
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/talkr
Local AI assistant to talk about stuff (using Ollama and Whisper)
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/sarsa_labyrinth_solver
State-action-reward-state-action (SARSA) learning algorithm to solve labyrinth runs.
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/spcheck
spell checking using Levenshtein's distance
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/rag-ollama
Gardio app with RAG implementation using Ollama.
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/pyagent
general framework for single task autonomous agents using python and gpt4all / llama2
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/py-fake-pay
fake payment page to test various startup ideas and customer intent to pay
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/nailedit
Appointment booking app for nail salons
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/productproblemfinder
LLM-based research tool that identifies potential problems to solve for Founders and Product Managers by analysing subreddits
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/llm-ollama-inference
Playing around with Ollama to create function calling agent.
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/montestocks
Monte Carlo simulation for stocks
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/stripe-mrr-calendar
calendar tool that shows how much money you get each day of the month
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/flask-chat
Simple flask chat app using flask-socketio
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/bruteforcer
bruteforce implementation of password cracking for research purposes
Last synced: 14 Nov 2024
https://github.com/lexiestleszek/acronymus_extension
Replacing finance&business abbreviations and acronyms to their expanded form right in the web page
Last synced: 14 Nov 2024