Version: 1.0.0
PrezUpServerNLP is the AI-powered analysis service for the PrezUp system, responsible for evaluating presentation quality using NLP and machine learning techniques.
- Speech analysis for clarity, fluency, and confidence.
- Scoring system (1-10) for presentation evaluation.
- Integration with PrezUpServerAPI for seamless data exchange.
- Python 3.9+
- Flask
- TensorFlow / PyTorch (if used for deep learning analysis)
- PrezUpServerAPI running
- Clone the repository:
git clone https://github.com/yourusername/PrezUpServerNLP.git - Navigate to the project directory:
cd PrezUpServerNLP - Create a virtual environment:
python -m venv venv
source venv/bin/activate(On Windows use:venv\Scripts\activate) - Install dependencies:
pip install -r requirements.txt - Run the server:
python app.py
Contributions are welcome! Please submit issues or pull requests.
MIT License
Chaya Ziv