Skip to content

AurangzaibRamzan/ByteGenie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ByteGenie

AI-Based CSV Query Project

Overview

This project provides a system to interact with CSV data files using natural language queries. Users can upload a CSV file, ask questions about its contents, and receive answers based on the data. The system is built with Python using FastAPI, integrates ChatGPT for querying, and uses SQLite for data storage.

Features

  • CSV Upload: Allows users to upload CSV files.
  • Natural Language Queries: Users can ask questions about the data in natural language.
  • Data Retrieval: Provides answers based on the CSV file's content.

Technologies Used

  • Python: The programming language used for development.
  • FastAPI: Framework for building the API.
  • ChatGPT: AI model used for processing natural language queries.
  • SQLite: Database for storing CSV data.

Installation

Prerequisites

  • Python 3.7 or higher
  • pip (Python package installer)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published