petermartens98's Stars
google-deepmind/dramatron
Dramatron uses large language models to generate coherent scripts and screenplays.
ashishpatel26/500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code
500 AI Machine learning Deep learning Computer vision NLP Projects with code
oxnr/awesome-bigdata
A curated list of awesome big data frameworks, ressources and other awesomeness.
EthicalML/awesome-production-machine-learning
A curated list of awesome open source libraries to deploy, monitor, version and scale your machine learning
ty4z2008/Qix
Machine Learning、Deep Learning、PostgreSQL、Distributed System、Node.Js、Golang
gztchan/awesome-design
🌟 Curated design resources from all over the world.
JaeYeopHan/Interview_Question_for_Beginner
:boy: :girl: Technical-Interview guidelines written for those who started studying programming. I wish you all the best. :space_invader:
rust-unofficial/awesome-rust
A curated list of Rust code and resources.
vinta/awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources.
tylerjrichards/Streamlit-for-Data-Science
A repo for the book 'Streamlit for Data Science' by Tyler Richards
aniass/Product-Categorization-NLP
Multi-Class Text Classification for products based on their description with Machine Learning algorithms and Neural Networks (MLP, CNN, Distilbert).
otaha178/Emotion-recognition
Real time emotion recognition
akarokr/psychadelic
Psychadelic Glitch art maker in python. YAY.
petermartens98/Twitter-Sentiment-Analysis-Pipeline
ETL Pipeline in Python - Using Snscrape to web-scrape tweets into Pandas dataframe, NLTK for Sentiment Analysis, and then Matplotlib/Seaborn to visualize.
IDouble/HTML-Crypto-Currency-Chart-Snippets
💹 Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API 💹
plashchynski/awesome-genetics
A curated list of awesome personal genomics software, libraries, and educational resources.
Josode/GPT3VoiceBot
A simple GPT 3 voice chat bot in under 50 lines of code.
puertojose/mne_tutorials1
EEG data visualization, just trying some MNE tutorials 😊. https://mne.tools/stable/index.html
mne-tools/mne-python-notebooks
IPython notebooks for EEG/MEG data processing using mne-python
petermartens98/EEG-Schizophrenia-Classification-CNN-Model
Python TensorFlow / Keras convolutional neural net (CNN) model trained on EEG data to classify schizophrenia vs control subjects with up to 98% accuracy.
talhaanwarch/youtube-tutorials
mne-tools/mne-python
MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
meagmohit/EEG-Datasets
A list of all public EEG-datasets
analyticalmonk/awesome-neuroscience
A curated list of awesome neuroscience libraries, software and any content related to the domain.
petermartens98/Gold-Prices-EDA-and-Visualizations-2000-to-2022
Python Jupyter notebook that take in gold price (open, close, high, low) and volume data from 2000 to 2022. Then using Pandas, NumPy, Matplotlib, Seaborn and Statsmodels.api to clean, analyze and visualize the data.
petermartens98/Big-Mac-Global-Prices-EDA-2000-to-2022
Jupyter notebook that takes, analyzes and visualized McDonalds Big Mac price data from all countries from 2000 to 2022.
petermartens98/Podcast-Conversation-Sentiment-EDA-JRE-1169
Python Jupyter notebook that takes in the text transcript data from JRE 1169 with Elon Musk. And runs both the Vaders and Roberta NLP models on the text data. As well visualizing such results from this EDA.
KeithGalli/pycon2020
Natural Language Processing (NLP) in Python tutorial given for PyCon 2020 remote conference.
petermartens98/Real-Time-Emotion-Detection
Python program that takes in real time video feed and uses OpenCV to draw a square around the users face, and then color changes based on emotion. Emotion is detected using the DeepFace library.
petercunha/Emotion
:smile: Recognizes human faces and their corresponding emotions from a video or webcam feed. Powered by OpenCV and Deep Learning.