Pinned Repositories
3-Simple-Python-Projects
API-PDFdataExtractionAndStorage
[2023-01] A python Flask API to extrat metadata and text from PDF files. Asynchronous tasks executed with a Celery queue and Redis workers. A SQLite storage managed by SqlAlchemy. Clean code with Flake8 and Isort. Coverage tested with Pytest-cov. See the documentation in the Readme.md and check the API contract with Swagger.
API_ChannelsFastApi
[2022-10] A little web app project built with FastApp. Inspired @ArjanCodes
API_FlaskAndWsgi
[2022-10] Two little design patterns for wsgi web server and Flask app, from scratch.
API_GithubStatus
[2022-10] Flaskapp API which parses status JSON from github
API_IAMJE
[2018] Artificial intelligence wich is aimed to be able to make decisions - based on the choice of tools by teleological approach
BossaMuffin
Config files for my GitHub profile.
ETL_JoanaExtension
[2022-07] S'appuie sur l'API de nutrition Joana et permet de personnaliser son menu et sa liste de course de la semaine
ETL_Net1901
[2022-09] A python program to scrap data on the website net1901.org. You could collect serveral hundred lines of postal addresses. Group by fr department and theme
Website_Arroward
[2014] My first social media. His concept is that a user have 4 relations max with other users. And he could go forward the network only throught these 4 links to see cards of the other users.
BossaMuffin's Repositories
BossaMuffin/API-PDFdataExtractionAndStorage
[2023-01] A python Flask API to extrat metadata and text from PDF files. Asynchronous tasks executed with a Celery queue and Redis workers. A SQLite storage managed by SqlAlchemy. Clean code with Flake8 and Isort. Coverage tested with Pytest-cov. See the documentation in the Readme.md and check the API contract with Swagger.
BossaMuffin/BossaMuffin
Config files for my GitHub profile.
BossaMuffin/3-Simple-Python-Projects
BossaMuffin/API_ChannelsFastApi
[2022-10] A little web app project built with FastApp. Inspired @ArjanCodes
BossaMuffin/API_FlaskAndWsgi
[2022-10] Two little design patterns for wsgi web server and Flask app, from scratch.
BossaMuffin/API_GithubStatus
[2022-10] Flaskapp API which parses status JSON from github
BossaMuffin/API_IAMJE
[2018] Artificial intelligence wich is aimed to be able to make decisions - based on the choice of tools by teleological approach
BossaMuffin/ETL_JoanaExtension
[2022-07] S'appuie sur l'API de nutrition Joana et permet de personnaliser son menu et sa liste de course de la semaine
BossaMuffin/ETL_Net1901
[2022-09] A python program to scrap data on the website net1901.org. You could collect serveral hundred lines of postal addresses. Group by fr department and theme
BossaMuffin/Website_Arroward
[2014] My first social media. His concept is that a user have 4 relations max with other users. And he could go forward the network only throught these 4 links to see cards of the other users.
BossaMuffin/API_UvicornWebserver
[2022-10] A little webserver pattern built with Uvicorn
BossaMuffin/Chart_FactoryDesignPattern
[2022-11] A little factory's template in Python @ArjanCodes.
BossaMuffin/Chart_PythonMVC
[2022-08] A tiny MVC chart in python to begin projects easier
BossaMuffin/Debug_TimerManager
[2022-11] A timer context manager as a decorator for Python developpement
BossaMuffin/example-app
An example Flight application
BossaMuffin/Function_CryptoHash
[2022-10] Some functions to hash messages (md5, sha224, hmac)
BossaMuffin/Function_PdfMerger
[2022-08] A lite Pdf merger in Python @internetMadeCoder
BossaMuffin/Function_PhotoEditorLite
[2022_08] Lite photo editor in python - color to black&white for example @internetMadeCoder
BossaMuffin/Function_YoutubeVideoDonwloader
[2022-08] A lite youtube video downloader in CLI
BossaMuffin/ML_GPT_classification
[2023] A small module that allows you to request the GPT API to determine the main subject of a list of keywords
BossaMuffin/ML_TwitterBuzzAnalysis
[2022-12] A jupyter notebook which uses a buzz dataset from twitter to predict to buzz features
BossaMuffin/mlops-zoomcamp
BossaMuffin/OWL_FilmothequeOntology
[2022-12] Web ontology with OWL2 and Protégé (about papers and films).
BossaMuffin/Parser_Txt2stat
[2022-10] a parser for meteorological txt data to get stat (mean, stabdard variation, min, max). Use it in CLI with some args.
BossaMuffin/Proxies_QualifyIp
[2022-04] A python script to qualify and sort a csv list of proxies ip addresses, by an asynchronous method
BossaMuffin/Rss_FluxGenerator
[2015] RSS generator from the table gatering the website articles in the DB
BossaMuffin/Scrap_DuckDuckGo
[2022-04] My first scrapping program, using a list of proxies, on the DuckDuckGo search engine.
BossaMuffin/Shell_CutsomPrompt
[2022-10] My configuration files for ZSH terminal
BossaMuffin/TcpIp_ClientServer
[2022-09] Two simple python scripts to send messages between several clients and a TCP/IP server.