Projects Recent Projects
An automated machine learning project. It starts by scraping data of house prices and saves data in postgresql; then proceeds to cleaning, transforming and finally finding the best algorithm to be used for prediction.
- Pthon
- Machine Learning
- PostgresQL
- Scrapy
An automated ANN project. It starts by scraping data and saving them in MongoDB; then it initiates the neural network model training, train and saves the model alongside the preprocessor object in a folder called "data", and lastly runs the GUI for user input and makes prediction based on the created model.
- Python
- Artifitial Neural Network
- MongoDB
- Tkinter
- Scrapy
This project contains the following steps: cleaning the data, Extracting the rules and recomendation system to recommend 3 products the user based on his previous choices.
- Python
- Machine Learning
This project contains a backend for a hotel reservation website using "SQLAlchemy", "PostgreSQL" and "FaseAPI". There is an schematic image of database created by pgadmin that shows the dynamic of database
- Python
- SQLAlchemy
- FastAPI
- PostgreSQL
- Databse Design