Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youmari/genz-analysis-backend
This is an api that provides sentences sentiments analysis with category, sentence entities and others
https://github.com/youmari/genz-analysis-backend
alembic api fastapi postgresql sqlalchemy
Last synced: 12 days ago
JSON representation
This is an api that provides sentences sentiments analysis with category, sentence entities and others
- Host: GitHub
- URL: https://github.com/youmari/genz-analysis-backend
- Owner: youmari
- Created: 2022-06-13T15:40:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T22:40:14.000Z (over 2 years ago)
- Last Synced: 2025-01-08T01:27:27.052Z (30 days ago)
- Topics: alembic, api, fastapi, postgresql, sqlalchemy
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Genz-analysis-backend
> This is an api that provides sentences sentiments analysis with category, sentence entities and others
## Built With
- Python
- fastApi
- Sqlalchemy (object relational mapping)
- Uvicorn (server)
- Alembic (migration)
- Postgresql (database)## Live Demo (if available)
coming Soon...!
[Live Demo Link](https://livedemo.com)## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
**You should have the following installed in your machine **
- Python v(3.10.0)
- poetry v(1.1.13)### Setup
- clone this repository by running the following command:
```Shell
git clone https://github.com/youmari/Genz-analysis-backend```
### Install
- Install all the dependencies by the following command:
```Shell
poetry install
```### Usage
- to run the api you have start the server by the following command:
```Shell
uvicorn main:app --reload
```### Deployment
## Authors
👤 **Youmari**
- GitHub: [@youmari](https://github.com/youmari)
- Twitter: [@yf_omari](https://twitter.com/yf_omari)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/yassine-omari-945114190/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.