Pinned Repositories
basic_webscraper
Self-descriptive title: script for a basic website scrapping tool (for whatever usage)
csouflis.github.io
My personal portfolio website using React and Gatsby
ctcdecode
PyTorch CTC Decoder bindings
darknet
Convolutional Neural Networks, fork with trained NN for aerial car detection
Diabetes-Prediction
The DiabetesPrediction_Project repository contains my created notebook for a ML-focused practice project, where I examine data used from Kaggle (https://www.kaggle.com/uciml/pima-indians-diabetes-database).
django-react-template
Simply a minimal django-react template waiting to be built out into a flexbile UI webapp
object-detection-api
Demo object detection API using docker containers of FastAPI, Celery, Redis and RabbitMQ.
pandas_matplotlib_practice
One of my first times using these libraries (for practice)
postgres-react-text-search
Basic text search in PostgreSQL with LIKE operator and method to avoid SQL injection on simple React frontend
simple_pong_game
csouflis's Repositories
csouflis/django-react-template
Simply a minimal django-react template waiting to be built out into a flexbile UI webapp
csouflis/object-detection-api
Demo object detection API using docker containers of FastAPI, Celery, Redis and RabbitMQ.
csouflis/postgres-react-text-search
Basic text search in PostgreSQL with LIKE operator and method to avoid SQL injection on simple React frontend
csouflis/basic_webscraper
Self-descriptive title: script for a basic website scrapping tool (for whatever usage)
csouflis/csouflis.github.io
My personal portfolio website using React and Gatsby
csouflis/ctcdecode
PyTorch CTC Decoder bindings
csouflis/darknet
Convolutional Neural Networks, fork with trained NN for aerial car detection
csouflis/Diabetes-Prediction
The DiabetesPrediction_Project repository contains my created notebook for a ML-focused practice project, where I examine data used from Kaggle (https://www.kaggle.com/uciml/pima-indians-diabetes-database).
csouflis/pandas_matplotlib_practice
One of my first times using these libraries (for practice)
csouflis/simple_pong_game
csouflis/fastbook
The fastai book, published as Jupyter Notebooks
csouflis/first_ArcGIS_Python
My first time using ArcGIS in Python
csouflis/learn
Fullstack learning - python and beyond
csouflis/neural-enhance
Super Resolution for images using deep learning.
csouflis/practice-plots-FIFA
Simple plots and charts; practice.
csouflis/seedling_api
FastAPI-based CNN to detect weeds from images
csouflis/simple_calc
I built a simple calculator with tkinter in Python