Giter VIP home page Giter VIP logo

extract-fianancial-data's Introduction

Extraction and Quality Processing of Data for AI Use

Inspired By

This project is inspired by and builds upon concepts and tools introduced in the "Download YFinance Data" project. We extend our gratitude to the original creator(s) for their pioneering work which served as a foundation for our enhancements and modifications tailored towards AI applications.

View the original project

Usage

This project is designed for extracting and processing data to enhance its quality for AI applications. It includes a series of scripts and utilities aimed at cleaning, organizing, and preparing datasets for machine learning and data analysis tasks.

Local Installation

  1. Create a Virtual Environment:

    • Type python3 -m venv .venv to create a virtual environment named .venv. You can replace .venv with any name you prefer for your virtual environment.
  2. Activate the Virtual Environment:

    • To activate the virtual environment, use the command source .venv/bin/activate. You should see the name of the virtual environment (.venv) appear in your command prompt, indicating that the environment is active.
  3. Install Dependencies:

    • Ensure your requirements.txt file is in the same directory.
    • Install dependencies by running pip install -r requirements.txt.
  4. Execute the Script:

    • Now that the environment is set up and dependencies are installed, you can run your script with the command python src/test.py.
  5. Exit the Virtual Environment:

    • Once you are done, you can deactivate the virtual environment by typing deactivate in the terminal.

Here is a summary of commands to execute:

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python src/test.py
deactivate

Licence

Ce projet est mis à disposition sous la Licence Creative Commons Attribution - Non Commercial - Partage dans les Mêmes Conditions 4.0 International (CC BY-NC-SA 4.0). Pour voir une copie de cette licence, visitez http://creativecommons.org/licenses/by-nc-sa/4.0/ ou envoyez une lettre à Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

Pour plus de détails sur les conditions d'utilisation, veuillez consulter le fichier LICENCE inclus dans ce dépôt.

Acknowledgements

We are deeply thankful to the "Download YFinance Data" project and its contributors for their invaluable resource. Their work has significantly influenced the development of this project, providing essential insights and a solid foundation to build upon.

extract-fianancial-data's People

Contributors

vivian-maes avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.