Akina is the tool that helps you find your dream car in under 5 min.
- Clone the repository and open it with the IDE of choice.
- Set up a virtual environment (automatically if using Pycharm) or conda environment to import the python pakages.
- Import via "pip install" following packages:
- seaborn
- pandas
- datetime
- matplotlib
- numpy
- pymongo
- random
- scipy
- PIL
- math
- tkinter
- Create a folder named "/test_data", add it to the ".gitignore" file and copy the listings file into the folder. It will be used to load and save all ".csv" imports and exports.
- Check your Python version with "python --version".
- If there are no installations errors, the system is ready to go!