Skip to content

JoelDJ2002/Timmy_the_CSVphile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Timmy: AI Dataset Destroyer

Timmy Logo

Timmy is an AI-powered dataset analyzer designed to streamline the process of analyzing and understanding datasets. With Timmy, you can quickly gain insights into your data, identify patterns, and make informed decisions.

Getting Started

Prerequisites

Make sure you have the following prerequisites installed:

  • Python (>=3.6)
  • Pip (Python package installer)

Installation

  1. Clone the Timmy repository to your local machine:

    git clone https://github.com/JoelDJ2002/Timmy.git
    
  2. Install the required dependencies using the provided requirements.txt file:

    pip install -r requirements.txt

API Key Configuration

Create a file named api_key.py in the root directory of the Timmy project. Place your API key inside the file in the following format:

# api_key.py
apiKey = "<PLACE YOUR KEY HERE>"

Replace <PLACE YOUR KEY HERE> with your actual API key.

Running the Application

Once you have installed the required libraries and configured the API key, you can run the Timmy application for Exploratory Data Analysis (EDA). Use the following command:

streamlit run app_EDA.py

This will start the Timmy application, and you can access it through your web browser at http://localhost:8501.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages