This is the ClassifyMe API, which serves the clients on this web application.
- Clone the repository using git clone
git clone https://github.com/root458/classify-me-api.git
- Ensure that Python is installed on your system. If not, follow the instructions here.
- Ensure that the Python libraries on requirements.txt are installed. If not, run the following command.
pip install -r requirements.txt
- Navigate to the project directory. Run:
python app.py
This serves the API with the localhost server.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.