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.
Clone this repository to your local system using the following command:
git clone https://github.com/iAnisdev/final_ms_ai_pai.git
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.
Ensure you have the following installed on your system:
- Git
- Python 3.8 or later
- Python
- PostgreSQL
- pip
- Clone the repository:
git clone https://github.com/iAnisdev/final_ms_ai_pai.git
- Navigate to your directory:
cd final_ms_ai_pai
- Install required dependencies (if any):
pip install -r requirements.txt
- Update Environment Variables and add binance API key in
.env
file:cp .env.example .env
- Make sure postgresql is installed and running on your system.
- Setup a database named
crypto_analysis
in postgresql and update the database credentials in.env
file. - Run the following command to run shiny app locally:
or
shiny run --reload --launch-browser
Project will be running onmake run
http://127.0.0.1:8000/
- Document your code thoroughly to help other group members understand your contributions.
- Maintain consistency in coding style and adhere to best practices.
This project is licensed under the MIT License. See the LICENSE file for details.
Happy coding! π