KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
NLP2SQL
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Hackintosh-CLEVO-H
:
神舟战神炫龙蓝天 8/9 代全系机型(标压) macOS 10.15 Catalina EFI NH5xRD_RC_RA_RH(Q)/NH70RD_RC_RA_RH(Q)
help-me-read
:
No description available.
datax-runner
:
Go lib for running alibaba datax
nest-api-example
:
A Nestjs example API using TypeORM with SQLite.
shiny.grid
:
CSS grid implementation for R/shiny
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
NLP2SQL
?
Download (.md)
# NLP2SQL This project was built to help people use normal english to get what they want from the database. Our aim is qute high but frankly, our project needs a lot of improvement to reach this goal. We can use this application in railway services where the user may type in their question and it should be able to return the answer by interacting with database. This project currently supports English only. python:- 3.7 OS:- Ubuntu 16.04 Libraries:- 1. MySQLdb 2. speech_recognition Currently the databaseis fixed to school.sql in database_store folder. If you want to use a different SQL database, you can change it in the program or change the school.sql file. To run the program, you have 2 methods:- 1. Through the Command line by running main.py python3 main.py '-d', '--database' - Path to SQL dump file '-l', '--language' - Path to language configuration file '-j', '--json_output' - path to JSON output file '-t', '--thesaurus' - path to thesaurus file '-s', '--stopwords' - path to stopwords file '-i', '--sentence' - Input sentence to parse 2. Through the gui by running nlp2sql_with_gui.py using commandline when terminal/commandline is open in NLP2SQL Folder python3 nlp2sql_with_gui.py or running this file in your IDE. ## Reference - Our inspiration, architecture and some part of the code base is from https://github.com/FerreroJeremy/ln2sql