Skip to content

iAnisdev/final_ms_ai_pai

Folders and files

NameName
Last commit message
Last commit date
Dec 24, 2024
Dec 29, 2024
Jan 1, 2025
Jan 11, 2025
Jan 6, 2025
Jan 3, 2025
Dec 30, 2024
Jan 3, 2025
Dec 11, 2024
Jan 5, 2025
Dec 11, 2024
Dec 31, 2024
Jan 5, 2025
Jan 5, 2025
Jan 5, 2025
Dec 30, 2024

Repository files navigation

Final MS AI Project: Programming for AI

This repository contains the code and documentation for the Final MS AI Project (Programming for AI). The project showcases collaborative work among group members, each contributing their individual components to achieve the project's objectives.

Repository Clone

Clone this repository to your local system using the following command:

git clone https://github.com/iAnisdev/final_ms_ai_pai.git

Repository Structure

The repository is organized into the following structure:

final_ms_ai_pai/
β”œβ”€β”€ <RollNumber1>/    # Work directory for member 1
β”œβ”€β”€ <RollNumber2>/    # Work directory for member 2
β”œβ”€β”€ <RollNumber3>/    # Work directory for member 3
β”œβ”€β”€ shared/           # Shared components 
└── README.md         # Project README

Each group member must work within their assigned directory named after their roll number.

Getting Started

Prerequisites

Ensure you have the following installed on your system:

  • Git
  • Python 3.8 or later

Tech Stack

  • Python
  • PostgreSQL
  • pip

Libraries and 3rd Party Tools

Setup

  1. Clone the repository:
    git clone https://github.com/iAnisdev/final_ms_ai_pai.git
  2. Navigate to your directory:
    cd final_ms_ai_pai
  3. Install required dependencies (if any):
    pip install -r requirements.txt
  4. Update Environment Variables and add binance API key in .env file:
    cp .env.example .env
  5. Make sure postgresql is installed and running on your system.
  6. Setup a database named crypto_analysis in postgresql and update the database credentials in .env file.
  7. Run the following command to run shiny app locally:
    shiny run --reload --launch-browser
    or
    make run
    Project will be running on http://127.0.0.1:8000/

Contribution Guidelines

  1. Document your code thoroughly to help other group members understand your contributions.
  2. Maintain consistency in coding style and adhere to best practices.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Happy coding! πŸš€