Welcome to DataWizard, your go-to assistant for all things data science! This project leverages the power of Llama 3 through Together AI and Groq APIs to assist users in their data science tasks with ease. DataWizard employs the pandasai agent for data manipulation and analysis and offers an intuitive UI developed in Streamlit.
- Llama 3 Integration: Utilize the state-of-the-art Llama 3 model for advanced data science tasks.
- Together AI and Groq APIs: Seamlessly interact with these APIs for efficient processing.
- pandasai Agent: Enhance your data manipulation and analysis capabilities.
- Streamlit UI: Enjoy a user-friendly interface for an interactive experience.
This project is part of the LLAMA 3 Hackathon organized by lablabai.
Follow these steps to set up and run DataWizard on your local machine.
-
Create a virtual environment:
conda create --name wizard
-
Activate the virtual environment:
conda activate wizard
-
Install the required packages:
pip install -r requirements.txt
-
Run the application:
streamlit run streamlit_app.py
Once the application is running, navigate to the provided local URL to start using DataWizard. Explore various data science functionalities and make the most out of the Llama 3 integration!
We welcome contributions from the community. Feel free to submit pull requests or report issues.
This project is licensed under the MIT License.
Enjoy using DataWizard and make your data science tasks easier and more efficient!