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.
Make sure you have the following prerequisites installed:
- Python (>=3.6)
- Pip (Python package installer)
-
Clone the Timmy repository to your local machine:
git clone https://github.com/JoelDJ2002/Timmy.git
-
Install the required dependencies using the provided
requirements.txt
file:pip install -r requirements.txt
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.
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.