Skip to content

Latest commit

 

History

History
97 lines (59 loc) · 2.5 KB

README.md

File metadata and controls

97 lines (59 loc) · 2.5 KB
Task1

 

Task1

Github top language Github language count Repository size License

🚧 Task1 🚀 Under construction... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

This is a ML model which recommend product to user based on their id

✨ Features

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/alihkousha/task1

# Access
$ cd task1

# Install dependencies
$ pip install tensorflow
$ pip install pandas
$ pip install numpy

# Run the project
$ py main.py

# The server will initialize in the <http://localhost:3000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Ali HK

 

Back to top