Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunal768/domain-name-recommender-hackgrid-submission
https://github.com/kunal768/domain-name-recommender-hackgrid-submission
flask mlab mlab-data-api nlp nlp-machine-learning pymongo python python3
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kunal768/domain-name-recommender-hackgrid-submission
- Owner: kunal768
- Created: 2019-03-10T18:08:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:31:31.000Z (about 2 years ago)
- Last Synced: 2023-03-05T10:08:13.087Z (almost 2 years ago)
- Topics: flask, mlab, mlab-data-api, nlp, nlp-machine-learning, pymongo, python, python3
- Language: Python
- Size: 496 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Domain Name Recommender System
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- Python3.6.5
- Mongo Lab Account (can work locally if MongoDB installed)
- Google MAP API
### Installing
Step by step series of examples that tell you how to get it running :
Install the project requirements
```
pip install -r requirements.txt
```
Replace the db_uri variable (in app.py) with the URI in your mlab database
in app.py ..
### Running the project
Open your shell/command line
```
cd path\to\project
python app.py
```
### Glimpses
Made with :heart: in HackGrid2019 , VIT Vellore