Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bayesianinstitute/crypto_finance

Crypto Finance LLM App
https://github.com/bayesianinstitute/crypto_finance

Last synced: about 2 months ago
JSON representation

Crypto Finance LLM App

Awesome Lists containing this project

README

        

# Crypto Finance App

## Description

This repository contains a cryptocurrency analysis and trading application powered by AI. The application enables users to download CSV files by specifying a date range and then analyze the data using various features.

## Installation

To set up the project, follow these steps:
1. Ensure you have Python 3.10 installed on your system.
2. Clone the repository to your local machine.
3. Open a terminal or command prompt and navigate to the project directory.
4. Create a virtual environment by running the following command:
```bash
python3 -m venv env
```
5. Activate the virtual environment. On Windows, run:
```bash
.\env\Scripts\activate
```
On macOS and Linux, run:
```bash
source env/bin/activate
```
6. Once the virtual environment is activated, install the required dependencies by running:
```bash
pip install -r requirements.txt
```

## Data Analysis

For data analysis, refer to the notebook named `main.ipynb`.

## App Usage

### Trader and Investor App

To run the Trader and Investor version of the app, follow these steps:
1. Open a terminal or command prompt.
2. Navigate to the project directory.
3. Run the following commands:
```bash
cd app
streamlit run app.py
```
4. Press Enter to continue after the app starts.
5. Select a cryptocurrency and choose a time range for analysis.

## Contributing

Contributions to the Crypto Currency App are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.